* add bzip2

* bump version
This commit is contained in:
Lucas Fernando Nunes 2022-09-07 21:35:51 -03:00 committed by GitHub
parent 8218a6d3c1
commit 32578d6c4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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.",

View file

@ -85,6 +85,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
rsync \
ca-certificates \
unzip \
bzip2 \
zip \
nano \
vim-tiny \