We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bb625 commit 4198100Copy full SHA for 4198100
Dockerfile
@@ -11,4 +11,6 @@ ENV VERSION=$VERSION
11
12
COPY *.sh /usr/bin/
13
14
-RUN sudo chmod a+rx /usr/bin/render-pcb.sh && sudo chmod a+rx /usr/bin/kicad_animation.sh
+RUN sudo chmod a+rx /usr/bin/render-pcb.sh && sudo chmod a+rx /usr/bin/kicad_animation.sh
15
+
16
+USER root
0 commit comments