Skip to content

Commit

Permalink
Make runner executable
Browse files Browse the repository at this point in the history
  • Loading branch information
asorbini committed Apr 15, 2024
1 parent ff5e763 commit e7c0b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/debian-tester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ CMD ["agent"]

ARG TEST_FLAVOR=default
COPY ./build/pyinstaller-${TEST_FLAVOR}-runner/runner /opt/runner
RUN chmod +x /opt/runner/runner
ENV PATH="/opt/runner:${PATH}"

0 comments on commit e7c0b2e

Please sign in to comment.