Skip to content

Commit

Permalink
Fix breaking Python image (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: peterdeme <[email protected]>
  • Loading branch information
peterdeme authored Aug 9, 2023
1 parent 9053e41 commit fd09131
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ARG RELEASE_VERSION
FROM ${REPOSITORY_BASE_PATH}/runner-pulumi-base-debian:${RELEASE_VERSION}

USER root
RUN apt-get install -y git python3 python3-pip python3-dev python3-venv && ln -sf python3 /usr/bin/python
RUN pip3 install --no-cache --upgrade pip setuptools wheel
RUN apt-get install -y git python3 python3-pip python3-dev python3-venv python3-setuptools python3-wheel && ln -sf python3 /usr/bin/python
ENV PATH="$PATH:./.pulumi/bin"
USER spacelift

0 comments on commit fd09131

Please sign in to comment.