Skip to content

Commit

Permalink
Fixed cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdigital committed May 11, 2019
1 parent 0eb6d70 commit ad418f9
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 @@ -15,7 +15,7 @@ RUN \
default-jdk \
ffmpeg \
libavcodec-extra \
&& rm -rf /etc/apt/sources.list /tmp/*
&& apt-get clean

RUN \
curl -L -o /tmp/sbt-$SBT_VERSION.deb https://dl.bintray.com/sbt/debian/sbt-$SBT_VERSION.deb \
Expand Down

0 comments on commit ad418f9

Please sign in to comment.