Skip to content

Commit

Permalink
update path vars
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
  • Loading branch information
jeefy committed Mar 4, 2025
1 parent 6ee530e commit cd1fc7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/gha-runner-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# This exists till https://github.com/actions/runner/pull/3056 is merged
FROM ghcr.io/actions/actions-runner:2.322.0

ENV PATH="$PATH:/home/runner/.local/bin"

USER root
RUN apt-get update -y
RUN apt-get install -y --no-install-recommends kmod
Expand All @@ -9,4 +11,7 @@ RUN apt-get install -y --no-install-recommends dirmngr
RUN apt-get install -y --no-install-recommends wget
RUN apt-get install -y --no-install-recommends gnupg
RUN apt-get install -y --no-install-recommends python3-pip



USER runner

0 comments on commit cd1fc7c

Please sign in to comment.