Skip to content

Commit ebbe8e5

Browse files
added sudo and vim
1 parent b7bc541 commit ebbe8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN apt-get update && apt-get install -y \
8282

8383
# Copy custom scripts
8484
COPY fs/ /
85-
RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
85+
RUN chmod 777 /usr/bin/actions-runner /usr/bin/entrypoint
8686

8787
# Configure GitHub Actions Runner for amd64
8888
RUN useradd -m actions-runner

0 commit comments

Comments
 (0)