From 3d29560211c74574d057a877e2d44604a2d63aab Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Mon, 13 Jun 2022 15:30:45 -0400 Subject: port changes from vscode-dev-containers for jammy compat (#44) * package compat * port git-lfs fix (https://github.com/microsoft/vscode-dev-containers/pull/1500) --- src/common/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/install.sh') diff --git a/src/common/install.sh b/src/common/install.sh index ab8adb0..0b824c5 100644 --- a/src/common/install.sh +++ b/src/common/install.sh @@ -102,7 +102,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then libkrb5-3 \ libgssapi-krb5-2 \ libicu[0-9][0-9] \ - liblttng-ust0 \ + liblttng-ust[0-9] \ libstdc++6 \ zlib1g \ locales \ -- cgit v1.2.3