File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ MAINTAINER SgrAlpha <admin@mail.sgr.io>
4
4
ENV DEBIAN_FRONTEND=noninteractive \
5
5
JAVA_HOME=/usr/lib/jvm/java-10-oracle
6
6
7
- RUN VERSION=10.0.2 \
8
- BUILD=13 \
9
- SIG=19aef61b38124481863b1413dce1855f \
7
+ RUN VERSION=10.0.2 && \
8
+ BUILD=13 && \
9
+ SIG=19aef61b38124481863b1413dce1855f && \
10
10
apt-get update && apt-get dist-upgrade -y && \
11
11
apt-get install apt-utils ca-certificates curl -y --no-install-recommends && \
12
12
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>
4
4
ENV DEBIAN_FRONTEND=noninteractive \
5
5
JAVA_HOME=/usr/lib/jvm/java-10-oracle
6
6
7
- RUN VERSION=10.0.2 \
8
- BUILD=13 \
9
- SIG=19aef61b38124481863b1413dce1855f \
7
+ RUN VERSION=10.0.2 && \
8
+ BUILD=13 && \
9
+ SIG=19aef61b38124481863b1413dce1855f && \
10
10
apt-get update && apt-get dist-upgrade -y && \
11
11
apt-get install apt-utils ca-certificates curl -y --no-install-recommends && \
12
12
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>
4
4
ENV DEBIAN_FRONTEND=noninteractive \
5
5
JAVA_HOME=/usr/lib/jvm/java-10-oracle
6
6
7
- RUN VERSION=10.0.2 \
8
- BUILD=13 \
9
- SIG=19aef61b38124481863b1413dce1855f \
7
+ RUN VERSION=10.0.2 && \
8
+ BUILD=13 && \
9
+ SIG=19aef61b38124481863b1413dce1855f && \
10
10
apt-get update && apt-get dist-upgrade -y && \
11
11
apt-get install apt-utils ca-certificates curl -y --no-install-recommends && \
12
12
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