Skip to content

Commit

Permalink
adding python venv steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarnes94 committed Feb 7, 2024
1 parent 8440639 commit ededa2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ WORKDIR /draft
RUN apk add build-base
RUN apk add py3-pip
RUN apk add python3-dev libffi-dev openssl-dev cargo
RUN python3 -m venv .venv
RUN source .venv/bin/activate
RUN python3 -m pip install azure-cli
RUN apk add github-cli

Expand Down

0 comments on commit ededa2a

Please sign in to comment.