Skip to content

Commit 633cf60

Browse files
committed
Fix
1 parent a50b294 commit 633cf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN cd /home/$USERNAME/actions-runner && \
4040
USER $USERNAME
4141

4242
# Install Python dependencies
43-
RUN pip install --user PyYAML
43+
RUN pip install --user PyYAML requests
4444

4545
# Copy necessary files
4646
COPY board_info register_runner.py /home/$USERNAME/actions-runner/

0 commit comments

Comments
 (0)