diff --git a/6/Dockerfile b/6/Dockerfile index 906d5b32..13f8702a 100644 --- a/6/Dockerfile +++ b/6/Dockerfile @@ -5,7 +5,7 @@ FROM debian:wheezy # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. -RUN apt-get update && apt-get install -y curl openjdk-6-jdk=6b32* wget +RUN apt-get update && apt-get install -y curl openjdk-6-jdk=6b32* unzip wget # If you're reading this and have any feedback on how this image could be # improved, please open an issue or a pull request so we can discuss it! diff --git a/7/Dockerfile b/7/Dockerfile index 27d674db..61fe0026 100644 --- a/7/Dockerfile +++ b/7/Dockerfile @@ -5,7 +5,7 @@ FROM debian:jessie # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. -RUN apt-get update && apt-get install -y curl openjdk-7-jdk=7u60* wget +RUN apt-get update && apt-get install -y curl openjdk-7-jdk=7u65* unzip wget # If you're reading this and have any feedback on how this image could be # improved, please open an issue or a pull request so we can discuss it! diff --git a/8/Dockerfile b/8/Dockerfile index ebcf47f9..b3d86678 100644 --- a/8/Dockerfile +++ b/8/Dockerfile @@ -5,7 +5,7 @@ FROM debian:experimental # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. -RUN apt-get update && apt-get install -y curl openjdk-8-jdk=8u20* wget +RUN apt-get update && apt-get install -y curl openjdk-8-jdk=8u20* unzip wget # If you're reading this and have any feedback on how this image could be # improved, please open an issue or a pull request so we can discuss it!