1
0
Fork 0

Install missing awk to fix file capability removal
All checks were successful
/ Build oci-builder (push) Successful in 1m14s
/ Release oci-builder (push) Successful in 3s
/ Test oci-builder (push) Successful in 53s

This commit is contained in:
ver4a 2025-04-18 01:18:31 +02:00
parent c1c6b6d48e
commit ba44ace584

View file

@ -9,7 +9,7 @@ ENV REGISTRY_AUTH_FILE=/builder/.config/containers/auth.json
RUN echo ${GITHUB_RUN_ID} > /.github_run_id
RUN dnf5 -y --setopt install_weak_deps=false install podman buildah skopeo vim setpriv git nodejs22 diffutils
RUN dnf5 -y --setopt install_weak_deps=false install podman buildah skopeo vim setpriv git nodejs22 diffutils gawk
RUN curl -sfL https://code.forgejo.org/forgejo/runner/releases/download/v${RUNNER_VERSION}/forgejo-runner-${RUNNER_VERSION}-linux-amd64 -o /usr/local/bin/forgejo-runner
RUN chmod +x /usr/local/bin/forgejo-runner