generated from unkin/docker-template
Compare commits
2 Commits
062ec46011
...
8ecbf02341
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ecbf02341 | |||
| 3d1298d63a |
@ -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