Skip to content

Commit

Permalink
Merge pull request #53 from jeefy/main
Browse files Browse the repository at this point in the history
add dirnmngr to support adding apt keys
  • Loading branch information
jeefy authored Feb 28, 2025
2 parents 349ddaf + 5596829 commit 4509e9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/gha-runner-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ USER root
RUN apt-get update -y
RUN apt-get install -y --no-install-recommends kmod
RUN apt-get install -y --no-install-recommends zstd
RUN apt-get install -y --no-install-recommends dirmngr

USER runner
USER runner

0 comments on commit 4509e9d

Please sign in to comment.