Skip to content

Commit 6dffd08

Browse files
added sudo and vim
1 parent ebbe8e5 commit 6dffd08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ COPY fs/ /
8585
RUN chmod 777 /usr/bin/actions-runner /usr/bin/entrypoint
8686

8787
# Configure GitHub Actions Runner for amd64
88-
RUN useradd -m actions-runner
89-
USER actions-runner
90-
WORKDIR /home/actions-runner
88+
#RUN useradd -m actions-runner
89+
#USER actions-runner
90+
#WORKDIR /home/actions-runner
9191

9292
# Set up Python virtual environment
9393
RUN virtualenv --system-site-packages venv

0 commit comments

Comments
 (0)