File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ USER root
3434# Install Java package & download Maven from Apache
3535RUN apt-get update && \
3636 apt-get install -y --no-install-recommends \
37- ca-certificates unzip rsync openjdk-11-jdk \
37+ ca-certificates curl unzip rsync openjdk-11-jdk \
3838 && apt-get clean \
3939 && curl https://archive.apache.org/dist/maven/maven-3/3.6.0/binaries/apache-maven-3.6.0-bin.tar.gz | \
4040 tar -xzf - -C /opt \
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ USER root
3434# Install Java package & download Maven from Apache
3535RUN apt-get update && \
3636 apt-get install -y --no-install-recommends \
37- ca-certificates unzip rsync openjdk-8-jdk \
37+ ca-certificates curl unzip rsync openjdk-8-jdk \
3838 && apt-get clean \
3939 && curl https://archive.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz | \
4040 tar -xzf - -C /opt \
You can’t perform that action at this time.
0 commit comments