diff options
author | Josh Spicer <joshspicer@github.com> | 2022-06-13 22:30:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-13 22:30:45 +0300 |
commit | 3d29560211c74574d057a877e2d44604a2d63aab (patch) | |
tree | d8d396d7bd543e4b97e2ad18259f42960694f69e /src/common | |
parent | 60970fcba50050a14f5d9443fab8b9ae224d9956 (diff) |
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)
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |