Skip to content

Commit 0430223

Browse files
committed
Fix java 10 build
1 parent aee2c52 commit 0430223

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

jdk/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ MAINTAINER SgrAlpha <admin@mail.sgr.io>
44
ENV DEBIAN_FRONTEND=noninteractive \
55
JAVA_HOME=/usr/lib/jvm/java-10-oracle
66

7-
RUN VERSION=10.0.2 \
8-
BUILD=13 \
9-
SIG=19aef61b38124481863b1413dce1855f \
7+
RUN VERSION=10.0.2 && \
8+
BUILD=13 && \
9+
SIG=19aef61b38124481863b1413dce1855f && \
1010
apt-get update && apt-get dist-upgrade -y && \
1111
apt-get install apt-utils ca-certificates curl -y --no-install-recommends && \
1212
curl --silent --location --retry 3 --cacert /etc/ssl/certs/GeoTrust_Global_CA.pem \

jre/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ MAINTAINER SgrAlpha <admin@mail.sgr.io>
44
ENV DEBIAN_FRONTEND=noninteractive \
55
JAVA_HOME=/usr/lib/jvm/java-10-oracle
66

7-
RUN VERSION=10.0.2 \
8-
BUILD=13 \
9-
SIG=19aef61b38124481863b1413dce1855f \
7+
RUN VERSION=10.0.2 && \
8+
BUILD=13 && \
9+
SIG=19aef61b38124481863b1413dce1855f && \
1010
apt-get update && apt-get dist-upgrade -y && \
1111
apt-get install apt-utils ca-certificates curl -y --no-install-recommends && \
1212
curl --silent --location --retry 3 --cacert /etc/ssl/certs/GeoTrust_Global_CA.pem \

server_jre/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ MAINTAINER SgrAlpha <admin@mail.sgr.io>
44
ENV DEBIAN_FRONTEND=noninteractive \
55
JAVA_HOME=/usr/lib/jvm/java-10-oracle
66

7-
RUN VERSION=10.0.2 \
8-
BUILD=13 \
9-
SIG=19aef61b38124481863b1413dce1855f \
7+
RUN VERSION=10.0.2 && \
8+
BUILD=13 && \
9+
SIG=19aef61b38124481863b1413dce1855f && \
1010
apt-get update && apt-get dist-upgrade -y && \
1111
apt-get install apt-utils ca-certificates curl -y --no-install-recommends && \
1212
curl --silent --location --retry 3 --cacert /etc/ssl/certs/GeoTrust_Global_CA.pem \

0 commit comments

Comments
 (0)