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; \ \