Skip to content

Commit

Permalink
Merge pull request #27 from opensourceways/feature/composite
Browse files Browse the repository at this point in the history
update dockerfile
  • Loading branch information
ZWJason authored Feb 7, 2025
2 parents f11f9a8 + e77ad30 commit 53467ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openeuler/openeuler:22.03-lts-sp1 as BUILDER

RUN cd / \
&& yum install -y wget \
&& wget https://mirrors.tuna.tsinghua.edu.cn/Adoptium/17/jdk/x64/linux/OpenJDK17U-jdk_x64_linux_hotspot_17.0.13_11.tar.gz \
&& wget https://mirrors.tuna.tsinghua.edu.cn/Adoptium/17/jdk/x64/linux/OpenJDK17U-jdk_x64_linux_hotspot_17.0.14_7.tar.gz \
&& tar -zxvf OpenJDK17U-jdk_x64_linux_hotspot_17.0.13_11.tar.gz \
&& wget https://repo.huaweicloud.com/apache/maven/maven-3/3.8.1/binaries/apache-maven-3.8.1-bin.tar.gz \
&& tar -zxvf apache-maven-3.8.1-bin.tar.gz
Expand Down

0 comments on commit 53467ca

Please sign in to comment.