Skip to content

Commit

Permalink
change directory for sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Teo Stocco committed Jul 27, 2016
1 parent f665967 commit aa82f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \

# coursier
RUN \
mkdir -p /root/.sbt/$SBT_VERSION/plugins && \
mkdir -p /root/.sbt/${SBT_VERSION%.*}/plugins && \
echo 'addSbtPlugin("io.get-coursier" % "sbt-coursier" % "'$COURSIER_VERSION'")' >> /root/.sbt/${SBT_VERSION%.*}/plugins/plugins.sbt && \
sbt sbtVersion

Expand Down

0 comments on commit aa82f28

Please sign in to comment.