Skip to content

Commit

Permalink
[common-utils] Add xz
Browse files Browse the repository at this point in the history
Bump common-utils to v2.4.0 to reflect new package addition
  • Loading branch information
M-PERSIC committed Jan 15, 2024
1 parent 562305d commit f61690e
Show file tree
Hide file tree
Showing 2 changed files with 4 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": "2.3.2",
"version": "2.4.0",
"name": "Common 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
3 changes: 3 additions & 0 deletions src/common-utils/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ install_debian_packages() {
ca-certificates \
unzip \
bzip2 \
xz-utils \
zip \
nano \
vim-tiny \
Expand Down Expand Up @@ -173,6 +174,7 @@ install_redhat_packages() {
ca-certificates \
rsync \
unzip \
xz \
zip \
nano \
vim-minimal \
Expand Down Expand Up @@ -256,6 +258,7 @@ install_alpine_packages() {
rsync \
ca-certificates \
unzip \
xz \
zip \
nano \
vim \
Expand Down

0 comments on commit f61690e

Please sign in to comment.