From a4d434f22df175f6e337fef8f099a197b574f64b Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 25 May 2022 12:53:54 -0700 Subject: sync with jammy updates (#21) sync with jammy updates (https://github.com/microsoft/vscode-dev-containers/commit/053a0557211c98e5b9f0e8ccf755f6f143b05ef4) and other minor additions since copy over --- src/powershell/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/powershell') diff --git a/src/powershell/install.sh b/src/powershell/install.sh index 3110356..b8630c4 100644 --- a/src/powershell/install.sh +++ b/src/powershell/install.sh @@ -122,7 +122,7 @@ install_using_apt() { install_using_github() { # Fall back on direct download if no apt package exists in microsoft pool - check_packages curl ca-certificates gnupg2 dirmngr libc6 libgcc1 libgssapi-krb5-2 liblttng-ust0 libstdc++6 libunwind8 libuuid1 zlib1g libicu[0-9][0-9] + check_packages curl ca-certificates gnupg2 dirmngr libc6 libgcc1 libgssapi-krb5-2 libstdc++6 libunwind8 libuuid1 zlib1g libicu[0-9][0-9] if ! type git > /dev/null 2>&1; then apt_get_update_if_needed apt-get install -y --no-install-recommends git -- cgit v1.2.3