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",
"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.",
......
......@@ -48,6 +48,7 @@ install_debian_packages() {
ca-certificates \
unzip \
bzip2 \
xz-utils \
zip \
nano \
vim-tiny \
......@@ -173,6 +174,7 @@ install_redhat_packages() {
ca-certificates \
rsync \
unzip \
xz \
zip \
nano \
vim-minimal \
......@@ -256,6 +258,7 @@ install_alpine_packages() {
rsync \
ca-certificates \
unzip \
xz \
zip \
nano \
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