Get sbt package from scala.jfrog.io rather than bintray (#23)
See https://eed3si9n.com/bintray-to-jfrog-artifactory-migration-status-and-sbt-1.5.1 Fixes #22
This commit is contained in:
Родитель
b506660116
Коммит
c8e4754de2
|
@ -10,7 +10,7 @@ ARG SBT_VERSION=1.4.9
|
|||
RUN \
|
||||
mkdir /working/ && \
|
||||
cd /working/ && \
|
||||
curl -L -o sbt-$SBT_VERSION.deb https://dl.bintray.com/sbt/debian/sbt-$SBT_VERSION.deb && \
|
||||
curl -L -o sbt-$SBT_VERSION.deb https://repo.scala-sbt.org/scalasbt/debian/sbt-$SBT_VERSION.deb && \
|
||||
dpkg -i sbt-$SBT_VERSION.deb && \
|
||||
rm sbt-$SBT_VERSION.deb && \
|
||||
apt-get update && \
|
||||
|
|
Загрузка…
Ссылка в новой задаче