Skip to content

Commit

Permalink
remove VIRTUAL_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
mbialon committed Nov 19, 2024
1 parent 0eec4ea commit 7278736
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ RUN pip install --no-cache-dir azure-cli

FROM base AS azure

ENV VIRTUAL_ENV=/opt/venv
ENV PATH="/opt/venv/bin:$PATH"

COPY --from=azure-build /opt/venv /opt/venv
Expand Down

0 comments on commit 7278736

Please sign in to comment.