Skip to content

Commit

Permalink
apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
cfregly committed May 31, 2017
1 parent 434e9e9 commit 5e1fbc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.ml/java/openjdk/1.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM fluxcapacitor/package-ubuntu-16.04:master
WORKDIR /root

RUN \
apt-get install -y default-jdk
apt-get update \
&& apt-get install -y default-jdk

ENV \
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/
Expand Down

0 comments on commit 5e1fbc4

Please sign in to comment.