Install missing awk to fix file capability removal
This commit is contained in:
parent
c1c6b6d48e
commit
ba44ace584
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue