Unverified Commit 32578d6c authored by Lucas Fernando Nunes's avatar Lucas Fernando Nunes Committed by GitHub

add bzip2 to common-utils (former...

add bzip2 to common-utils (former https://github.com/microsoft/vscode-dev-containers/pull/1586) (#142)

* add bzip2

* bump version
parent 8218a6d3
{
"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.",
......
......@@ -85,6 +85,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
rsync \
ca-certificates \
unzip \
bzip2 \
zip \
nano \
vim-tiny \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment