From d0c3b026777caf4d69eb099ce36e321fc266ba73 Mon Sep 17 00:00:00 2001 From: Astound Date: Wed, 23 Jul 2025 21:50:51 -0500 Subject: [PATCH] Add gh, golang packages --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7ea972..354e8eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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; \ \