Skip to content

Commit

Permalink
dockerfile 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
leefanlllll committed Oct 12, 2024
1 parent 187d9e7 commit 0763342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ RUN passwd -l easysoftware \
RUN dnf install -y wget \
&& wget https://mirrors.tuna.tsinghua.edu.cn/Adoptium/17/jre/x64/linux/OpenJDK17U-jre_x64_linux_hotspot_17.0.12_7.tar.gz \
&& tar -zxvf OpenJDK17U-jre_x64_linux_hotspot_17.0.12_7.tar.gz \
&& rm -rf OpenJDK17U-jre_x64_linux_hotspot_17.0.12_7.tar.gz

&& rm -rf OpenJDK17U-jre_x64_linux_hotspot_17.0.12_7.tar.gz \
&& chown -R easysoftware:easysoftware jdk-17.0.12+7-jre
RUN rm -rf `find / -iname "*tcpdump*"` \
&& rm -rf `find / -iname "*sniffer*"` \
&& rm -rf `find / -iname "*wireshark*"` \
Expand Down

0 comments on commit 0763342

Please sign in to comment.