Skip to content

Commit

Permalink
add bzip2 to common-utils (former microsoft/vscode-dev-containers#1586)…
Browse files Browse the repository at this point in the history
… (#142)

* add bzip2

* bump version
  • Loading branch information
lucasfcnunes authored Sep 8, 2022
1 parent 8218a6d commit 32578d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/common-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "common-utils",
"version": "1.0.5",
"version": "1.1.0",
"name": "Common Debian Utilities",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils",
"description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.",
Expand Down
1 change: 1 addition & 0 deletions src/common-utils/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
rsync \
ca-certificates \
unzip \
bzip2 \
zip \
nano \
vim-tiny \
Expand Down

0 comments on commit 32578d6

Please sign in to comment.