File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ MAINTAINER SgrAlpha <admin@mail.sgr.io>
44ENV 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 \
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ MAINTAINER SgrAlpha <admin@mail.sgr.io>
44ENV 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 \
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ MAINTAINER SgrAlpha <admin@mail.sgr.io>
44ENV 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 \
You can’t perform that action at this time.
0 commit comments