Skip to content

Commit

Permalink
Fix SBT retrieval in Docker file.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Jan 13, 2022
1 parent 0a6508f commit 4173486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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 /" > \
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
Expand Down

0 comments on commit 4173486

Please sign in to comment.