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 0d73441 commit 8440639
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ 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 pip3 install azure-cli
RUN python3 -m pip install azure-cli
RUN apk add github-cli

COPY . ./
Expand Down

0 comments on commit 8440639

Please sign in to comment.