aboutsummaryrefslogtreecommitdiff
path: root/src/common-utils/install.sh
diff options
context:
space:
mode:
authorLucas Fernando Nunes <lucasfc.nunes@gmail.com>2022-09-08 03:35:51 +0300
committerGitHub <noreply@github.com>2022-09-08 03:35:51 +0300
commit32578d6c4d28d78e17f3943273f3445dec3b2bd9 (patch)
treefcfc80400fffaf4d85b6a1b17ab8b2b7b3331c68 /src/common-utils/install.sh
parent8218a6d3c16af67dc7b068113f1dbbb403c2ce0a (diff)
add bzip2 to common-utils (former https://github.com/microsoft/vscode-dev-containers/pull/1586) (#142)
* add bzip2 * bump version
Diffstat (limited to 'src/common-utils/install.sh')
-rwxr-xr-xsrc/common-utils/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common-utils/install.sh b/src/common-utils/install.sh
index 0a62569..0d11532 100755
--- a/src/common-utils/install.sh
+++ b/src/common-utils/install.sh
@@ -85,6 +85,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
rsync \
ca-certificates \
unzip \
+ bzip2 \
zip \
nano \
vim-tiny \