You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ca-certificates bash bash-completion jq jp openssh-keygen - for convenience
30
+
# libintl icu-libs - required by azure-devops extension https://github.com/Azure/azure-cli/pull/9683
31
+
# libc6-compat - required by az storage blob sync https://github.com/Azure/azure-cli/issues/10381
32
+
# gcc musl-dev linux-headers libffi-dev - temporarily required by psutil
33
+
# curl - temporarily required by jp
44
34
45
35
ARG JP_VERSION="0.2.1"
46
36
47
-
RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && curl -L https://github.com/jmespath/jp/releases/download/${JP_VERSION}/jp-linux-$arch -o /usr/local/bin/jp \
0 commit comments