generated from unkin/docker-template
Merge pull request 'feat: add unzip' (#2) from neoloc/unzip into master
All checks were successful
Deploy / build (push) Successful in 2m39s
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:
commit
8ecbf02341
@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user