Skip to content

Commit

Permalink
Update Dockerfile for bin installed by pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy323 committed Oct 4, 2023
1 parent f54d68b commit b158dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ RUN echo 'jenkins ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

RUN mkdir -p /opt/cargo /opt/rustup /workspace /var/lib/jenkins && \
chown jenkins /opt/cargo /opt/rustup /workspace /var/lib/jenkins
ENV PATH /home/jenkins/.local/bin:$PATH
USER jenkins
WORKDIR /workspace

Expand Down

0 comments on commit b158dc2

Please sign in to comment.