Skip to content

Commit

Permalink
Update source of sbt install packages.
Browse files Browse the repository at this point in the history
In the old version of the Dockerfile these were pulled from
bintray.com, which no longer exists.  Modified to pull from
repo.scala-sbt.org instead.
  • Loading branch information
rpgoldman committed Aug 28, 2021
1 parent 6758d14 commit efcee81
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ RUN apt-get update -y && \
fakeroot

# Install sbt (Scala Build Tool) through its Debian package directory.
RUN echo "deb https://dl.bintray.com/sbt/debian /" > \
/etc/apt/sources.list.d/sbt.list && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 \
--recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
RUN echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" > /etc/apt/sources.list.d/sbt.list && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823

RUN apt-get update -y && \
apt-get install -y \
Expand Down

0 comments on commit efcee81

Please sign in to comment.