Unverified Commit f3cbd989 authored by Michael Persico's avatar Michael Persico Committed by GitHub

[common-utils] Add xz (#798)

Bump common-utils to v2.4.0 to reflect new package addition
Co-authored-by: 's avatarSamruddhi Khandale <skhandale@microsoft.com>
parent 6c87ba75
{ {
"id": "common-utils", "id": "common-utils",
"version": "2.3.2", "version": "2.4.0",
"name": "Common Utilities", "name": "Common Utilities",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils", "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.", "description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.",
......
...@@ -48,6 +48,7 @@ install_debian_packages() { ...@@ -48,6 +48,7 @@ install_debian_packages() {
ca-certificates \ ca-certificates \
unzip \ unzip \
bzip2 \ bzip2 \
xz-utils \
zip \ zip \
nano \ nano \
vim-tiny \ vim-tiny \
...@@ -173,6 +174,7 @@ install_redhat_packages() { ...@@ -173,6 +174,7 @@ install_redhat_packages() {
ca-certificates \ ca-certificates \
rsync \ rsync \
unzip \ unzip \
xz \
zip \ zip \
nano \ nano \
vim-minimal \ vim-minimal \
...@@ -256,6 +258,7 @@ install_alpine_packages() { ...@@ -256,6 +258,7 @@ install_alpine_packages() {
rsync \ rsync \
ca-certificates \ ca-certificates \
unzip \ unzip \
xz \
zip \ zip \
nano \ nano \
vim \ vim \
......
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