feat: add unzip #2

Merged
unkinben merged 1 commits from neoloc/unzip into master 2024-12-01 22:13:40 +11:00

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
dnf install -y docker-ce-cli make bash git unzip
# Cleanup
RUN dnf clean all && \