Skip to content

Commit 686c805

Browse files
install curl
Signed-off-by: stoneshi-yunify <[email protected]>
1 parent c09d22c commit 686c805

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/images/ubuntu-java11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ USER root
3434
# Install Java package & download Maven from Apache
3535
RUN 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 \

java/images/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ USER root
3434
# Install Java package & download Maven from Apache
3535
RUN 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 \

0 commit comments

Comments
 (0)