Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
asafsb authored Aug 28, 2024
1 parent 5c79f1b commit 5cc0567
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions env0/custom-image/spectral-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ RUN aws --version

USER root

#Install Python for Azure CLI
RUN apk add --no-cache \
python3 \
python3-dev \
&& python3 -m venv --system-site-packages --upgrade-deps /opt/global_python_venv

ARG AZ_CLI_VERSION=2.63.0
# Install Azure cli
RUN apk add --virtual=build gcc make openssl-dev libffi-dev musl-dev linux-headers \
Expand Down

0 comments on commit 5cc0567

Please sign in to comment.