From 9f93a05de1f514d252f238240e8622b374ed2937 Mon Sep 17 00:00:00 2001 From: Lucas Fernando Nunes Date: Wed, 7 Sep 2022 10:12:08 -0300 Subject: [PATCH 1/2] add bzip2 --- src/common-utils/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common-utils/install.sh b/src/common-utils/install.sh index 0a625699c..0d1153212 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 \ From a9da441815f6c5ea54c42ae85b9e68889c20acbe Mon Sep 17 00:00:00 2001 From: Lucas Fernando Nunes Date: Wed, 7 Sep 2022 20:51:49 -0300 Subject: [PATCH 2/2] bump version --- src/common-utils/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index af772380c..6189fa750 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -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.",