Add gh, golang packages
All checks were successful
release / release-default (push) Successful in 1h10m23s

This commit is contained in:
Astound 2025-07-23 21:50:51 -05:00
parent 6655762637
commit d0c3b02677
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56

View File

@ -30,7 +30,7 @@ RUN set -eux; \
apt-get upgrade -y && \
apt-get install --no-install-recommends -y \
bash bash-completion ca-certificates curl dbus default-jre doas dos2unix dumb-init file \
fuse3 git gnupg iproute2 iptables jq lsb-release lsof make nano net-tools nodejs npm \
fuse3 gh git gnupg golang iproute2 iptables jq lsb-release lsof make nano net-tools nodejs npm \
openssh-client passwd patch pipx python3 python3-pip python3-venv shellcheck siege \
sudo tar tree uidmap unzip virtualenv wget xz-utils; \
\