Skip to content

Commit b32d273

Browse files
committed
Fix
1 parent 9abb223 commit b32d273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ RUN cd /home/$USERNAME/actions-runner && \
3535
rm actions-runner-linux-${ARCH}.tar.gz
3636

3737
USER root
38-
RUN ./bin/installdependencies.sh
38+
RUN cd /home/$USERNAME/actions-runner && \
39+
./bin/installdependencies.sh
3940
USER $USERNAME
4041

4142
# Install Python dependencies

0 commit comments

Comments
 (0)