Skip to content

Commit

Permalink
Adding openjdk-8-jdk package back
Browse files Browse the repository at this point in the history
  • Loading branch information
ashahba committed Feb 6, 2017
1 parent 54d6b7b commit b48156a
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 @@ -36,7 +36,7 @@ RUN \
echo "deb http://ftp.debian.org/debian jessie-backports main" | tee /etc/apt/sources.list.d/openjdk-8-jdk.list && \
apt-get update && \
echo "===> install Java" && \
apt install -t jessie-backports -yq --no-install-recommends --fix-missing openjdk-8-jre-headless ca-certificates-java
apt install -t jessie-backports -yq --no-install-recommends --fix-missing openjdk-8-jre-headless ca-certificates-java openjdk-8-jdk


# define default command
Expand Down

0 comments on commit b48156a

Please sign in to comment.