Skip to content

Commit 32578d6

Browse files
authored
add bzip2 to common-utils (former microsoft/vscode-dev-containers#1586) (#142)
* add bzip2 * bump version
1 parent 8218a6d commit 32578d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/common-utils/devcontainer-feature.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "common-utils",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"name": "Common Debian Utilities",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils",
66
"description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.",

src/common-utils/install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
8585
rsync \
8686
ca-certificates \
8787
unzip \
88+
bzip2 \
8889
zip \
8990
nano \
9091
vim-tiny \

0 commit comments

Comments
 (0)