Skip to content

Commit ae707f1

Browse files
authored
Update permissions on files so we can run as any userID
1 parent b93d166 commit ae707f1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sample/Dockerfile.aceonly

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
FROM ace-only:latest
22

3+
USER root
34
COPY bars_aceonly /home/aceuser/bars
5+
RUN chmod -R ugo+rwx /home/aceuser
6+
7+
USER aceuser
48
RUN ace_compile_bars.sh
9+
10+
USER root
11+
RUN chmod -R ugo+rwx /home/aceuser
12+
13+
USER aceuser

0 commit comments

Comments
 (0)