Skip to content

Commit 4888a64

Browse files
authored
Update pnppowershell.dockerFile
1 parent cdcb9d3 commit 4888a64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/pnppowershell.dockerFile

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ ARG BASE_IMAGE_SUFFIX=alpine-3.20
22
ARG BASE_IMAGE=mcr.microsoft.com/powershell:$BASE_IMAGE_SUFFIX
33
FROM $BASE_IMAGE
44

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-
75
SHELL ["pwsh", "-command"]
86
ARG INSTALL_USER=ContainerAdministrator
97
USER $INSTALL_USER

0 commit comments

Comments
 (0)