feat: add runnerdnd image
Build / build (pull_request) Successful in 1m33s

This commit is contained in:
2024-12-01 12:55:53 +11:00
parent 7e671cb7ca
commit 6436014f85
3 changed files with 14 additions and 14 deletions
+3 -2
View File
@@ -10,8 +10,9 @@ RUN dnf module enable -y nodejs:20 && \
dnf install -y nodejs
# Install packages
RUN dnf groupinstall -y 'Development Tools' && \
dnf install -y make cmake gcc gcc-c++ rpm rpmdevtools wget
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
# Cleanup
RUN dnf clean all && \