Merge pull request 'feat: add unzip' (#2) from neoloc/unzip into master
All checks were successful
Deploy / build (push) Successful in 2m39s

Reviewed-on: https://git.query.consul/unkin/docker-almalinux-runnerdnd/pulls/2
This commit is contained in:
Ben Vincent 2024-12-01 22:13:40 +11:00
commit 8ecbf02341

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 && \