Unverified Commit a9a7a25d authored by Mark Phippard's avatar Mark Phippard Committed by GitHub

Install gawk RPM (#380)

* Install gawk RPM

This script requires awk and it may not be available on a
minimal distro like Mariner

* Bump version number
parent c546f4bf
{ {
"id": "common-utils", "id": "common-utils",
"version": "2.0.3", "version": "2.0.4",
"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.",
......
...@@ -146,6 +146,7 @@ install_debian_packages() { ...@@ -146,6 +146,7 @@ install_debian_packages() {
# RedHat / RockyLinux / CentOS / Fedora packages # RedHat / RockyLinux / CentOS / Fedora packages
install_redhat_packages() { install_redhat_packages() {
local package_list="\ local package_list="\
gawk \
openssh-clients \ openssh-clients \
gnupg2 \ gnupg2 \
iproute \ iproute \
......
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