Compare commits

..

No commits in common. "8ecbf02341e327fbaf8dce118daf4933abe37b77" and "062ec460118caf37e4edaeb373f64997fc61e99d" have entirely different histories.

View File

@ -12,7 +12,7 @@ RUN dnf module enable -y nodejs:20 && \
# Install packages
RUN dnf install -y yum-utils && \
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo && \
dnf install -y docker-ce-cli make bash git unzip
dnf install -y docker-ce-cli make bash git
# Cleanup
RUN dnf clean all && \