Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored Oct 25, 2023
1 parent 8cc37a3 commit 333d242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Docker/jenkins/Jenkins-CI-Worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ RUN chmod +x /root/tmp/install-python3.8.sh; sync && \
unlink /usr/bin/python3 && \
ln -s /usr/local/bin/python3.8 /usr/bin/python3

RUN apt-get install python3-distutils

# Fix shebang for lsb_release
RUN sed -i 's/python3/python3.8/' /usr/bin/lsb_release && \
sed -i 's/python3/python3.8/' /usr/bin/add-apt-repository
Expand Down

0 comments on commit 333d242

Please sign in to comment.