Skip to content

Commit

Permalink
Use root as runner user makes files that can't be moved
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Nov 15, 2023
1 parent c194ce2 commit c186eb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build-rwasm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Container image that runs your code
FROM ghcr.io/r-wasm/webr:main

# Needed to be able to adjust files after running Dockerfile
# Related: https://github.com/actions/runner/issues/434
USER root

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY code.R /code.R

Expand Down

0 comments on commit c186eb5

Please sign in to comment.