We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdcb9d3 commit 4888a64Copy full SHA for 4888a64
docker/pnppowershell.dockerFile
@@ -2,8 +2,6 @@ ARG BASE_IMAGE_SUFFIX=alpine-3.20
2
ARG BASE_IMAGE=mcr.microsoft.com/powershell:$BASE_IMAGE_SUFFIX
3
FROM $BASE_IMAGE
4
5
-RUN if [ "$BASE_IMAGE_SUFFIX" = "ubuntu-20.04-arm32" ]; then echo Installing libc6; apt-get update && apt-get -y install libc6; else echo Skipping libc6 installation; fi
6
-
7
SHELL ["pwsh", "-command"]
8
ARG INSTALL_USER=ContainerAdministrator
9
USER $INSTALL_USER
0 commit comments