Skip to content

Commit

Permalink
Add github runner user
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hellhake committed Jun 3, 2024
1 parent 024bbac commit 61350e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions toolchain/linux-arm/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ RUN apt update && \
npm config -g set cache /tmp/.npm && \
nvm install-latest-npm && \
nvm cache clear"
RUN useradd -u 1001 runner
1 change: 1 addition & 0 deletions toolchain/linux-arm/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ RUN apt update && \
cd .. && \
rm -rf "Python-${PYTHON_VERSION}" && \
python3 -m pip install --upgrade pip setuptools wheel
RUN useradd -u 1001 runner
1 change: 1 addition & 0 deletions toolchain/linux-arm64/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ RUN apt update && \
npm config -g set cache /tmp/.npm && \
nvm install-latest-npm && \
nvm cache clear"
RUN useradd -u 1001 runner
1 change: 1 addition & 0 deletions toolchain/linux-arm64/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ RUN apt update && \
cd .. && \
rm -rf "Python-${PYTHON_VERSION}" && \
python3 -m pip install --upgrade pip setuptools wheel
RUN useradd -u 1001 runner
1 change: 1 addition & 0 deletions toolchain/linux-x64/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ RUN apt update && \
npm config -g set cache /tmp/.npm && \
nvm install-latest-npm && \
nvm cache clear"
RUN useradd -u 1001 runner
1 change: 1 addition & 0 deletions toolchain/linux-x64/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ RUN apt update && \
cd .. && \
rm -rf "Python-${PYTHON_VERSION}" && \
python3 -m pip install --upgrade pip setuptools wheel
RUN useradd -u 1001 runner

0 comments on commit 61350e2

Please sign in to comment.