Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Melky-Phoe committed Sep 25, 2024
1 parent 6845253 commit 7f54f91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/docker/fedora40/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ RUN echo root:1234 | chpasswd

RUN dnf -y update && \
dnf -y install \
automake binutils gcc gcc-c++ git kernel-devel lsb-release make openssh-server openssl-devel patchelf wget
automake binutils gcc gcc-c++ git kernel-devel lsb-release make openssh-server openssl-devel patchelf wget \
&& dnf clean all

RUN wget "https://github.com/Kitware/CMake/releases/download/v3.30.3/cmake-3.30.3-linux-x86_64.sh" -O cmake.sh && \
chmod +x cmake.sh && \
Expand Down

0 comments on commit 7f54f91

Please sign in to comment.