We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abb223 commit b32d273Copy full SHA for b32d273
Dockerfile
@@ -35,7 +35,8 @@ RUN cd /home/$USERNAME/actions-runner && \
35
rm actions-runner-linux-${ARCH}.tar.gz
36
37
USER root
38
-RUN ./bin/installdependencies.sh
+RUN cd /home/$USERNAME/actions-runner && \
39
+ ./bin/installdependencies.sh
40
USER $USERNAME
41
42
# Install Python dependencies
0 commit comments