Skip to content

Commit

Permalink
fix: default python
Browse files Browse the repository at this point in the history
  • Loading branch information
johngeorgewright committed Oct 21, 2024
1 parent 5df1d3e commit 84cfae7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ RUN apt-get update -y \
wget \
xdg-utils

# Link default python
RUN ln -s /usr/bin/python3 /usr/bin/python

# github cli repo
RUN mkdir -p -m 755 /etc/apt/keyrings \
&& curl --silent https://cli.github.com/packages/githubcli-archive-keyring.gpg \
Expand Down

0 comments on commit 84cfae7

Please sign in to comment.