diff --git a/Dockerfile b/Dockerfile index 75bca63..c476e52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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