Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions release/preview/arm32v7/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

FROM arm32v7/ubuntu:bionic AS installer-env
Expand Down Expand Up @@ -58,7 +58,7 @@ COPY --from=installer-env ["/opt/microsoft/powershell", "/opt/microsoft/powershe

RUN \
apt-get update \
&& apt-get install --no-install-recommends ca-certificates libunwind8 libssl1.0 libicu60 less --yes
&& apt-get install --no-install-recommends ca-certificates libssl1.0 libicu60 less --yes

# Give all user execute permissions and remove write permissions for others
RUN chmod a+x,o-w ${PS_INSTALL_FOLDER}/pwsh \
Expand Down
1 change: 0 additions & 1 deletion release/preview/debian10/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ RUN apt-get update \
libc6 \
libgcc1 \
libgssapi-krb5-2 \
liblttng-ust0 \
libstdc++6 \
zlib1g \
# PowerShell remoting over SSH dependencies
Expand Down
1 change: 0 additions & 1 deletion release/preview/debian11/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ RUN apt-get update \
libc6 \
libgcc1 \
libgssapi-krb5-2 \
liblttng-ust0 \
libstdc++6 \
zlib1g \
# PowerShell remoting over SSH dependencies
Expand Down
1 change: 0 additions & 1 deletion release/preview/ubuntu20.04/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ RUN apt-get update \
libc6 \
libgcc1 \
libgssapi-krb5-2 \
liblttng-ust0 \
libstdc++6 \
zlib1g \
# PowerShell remoting over SSH dependencies
Expand Down