Skip to content

Commit

Permalink
Change bintray pour repo.scala-sbt.org pour le Dockerfile (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
niladic authored Apr 26, 2021
1 parent 384abb8 commit 6b669fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ FROM openjdk:8u265 AS scalabuilder
RUN apt-get update && apt-get install -y nodejs

# Env variables
ENV SBT_VERSION 1.3.13
ENV SBT_VERSION 1.5.1

# Install sbt
RUN \
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 && \
apt-get install -y sbt && \
sbt sbtVersion
sbt sbtVersion -Dsbt.rootdir=true

ENV PLAY_APP_NAME aplus
ENV PLAY_APP_DIR /var/www/$PLAY_APP_NAME
Expand Down

0 comments on commit 6b669fc

Please sign in to comment.