From 5cc05673ec50d643e0669d55c5301065b22c0b96 Mon Sep 17 00:00:00 2001 From: Asaf Blubshtein <57428051+asafsb@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:06:39 -0500 Subject: [PATCH] Update Dockerfile --- env0/custom-image/spectral-image/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/env0/custom-image/spectral-image/Dockerfile b/env0/custom-image/spectral-image/Dockerfile index 1ae880d4b..bd1ff713b 100644 --- a/env0/custom-image/spectral-image/Dockerfile +++ b/env0/custom-image/spectral-image/Dockerfile @@ -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 \