Skip to content

Commit 2dae715

Browse files
authored
remove references to outdated dependencies from preview dockerfiles (#536)
1 parent e0bc443 commit 2dae715

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

Diff for: release/preview/arm32v7/docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation.
1+
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

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

5959
RUN \
6060
apt-get update \
61-
&& apt-get install --no-install-recommends ca-certificates libunwind8 libssl1.0 libicu60 less --yes
61+
&& apt-get install --no-install-recommends ca-certificates libssl1.0 libicu60 less --yes
6262

6363
# Give all user execute permissions and remove write permissions for others
6464
RUN chmod a+x,o-w ${PS_INSTALL_FOLDER}/pwsh \

Diff for: release/preview/debian10/docker/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ RUN apt-get update \
6060
libc6 \
6161
libgcc1 \
6262
libgssapi-krb5-2 \
63-
liblttng-ust0 \
6463
libstdc++6 \
6564
zlib1g \
6665
# PowerShell remoting over SSH dependencies

Diff for: release/preview/debian11/docker/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ RUN apt-get update \
5959
libc6 \
6060
libgcc1 \
6161
libgssapi-krb5-2 \
62-
liblttng-ust0 \
6362
libstdc++6 \
6463
zlib1g \
6564
# PowerShell remoting over SSH dependencies

Diff for: release/preview/ubuntu20.04/docker/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ RUN apt-get update \
6060
libc6 \
6161
libgcc1 \
6262
libgssapi-krb5-2 \
63-
liblttng-ust0 \
6463
libstdc++6 \
6564
zlib1g \
6665
# PowerShell remoting over SSH dependencies

0 commit comments

Comments
 (0)