diff --git a/Dockerfile b/Dockerfile
index 572590b88f0ba04df0f9bf6073d7cf4c9df28476..75728ab396f0bf90cc762722179e615ae891e733 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -301,8 +301,6 @@ RUN apt-get update && \
     echo "export PATH=$GOPATH/bin:\$PATH" > /etc/profile.d/workbench.sh && \
     touch /etc/localtime && \
     # pragma: allowlist nextline secret
-    sed -i -e 's/ ALL$/ NOPASSWD:ALL/' /etc/sudoers && \
-    install -d -m 777 /keybase && \
     rm /etc/ssh/ssh_host_* && \
     rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* ~/.cache/*
 COPY --chown=root:root bash_completion.d/* /etc/bash_completion.d/
diff --git a/bin/gpg2 b/bin/gpg2
new file mode 100755
index 0000000000000000000000000000000000000000..c444d5e4fdb2e5de2eb9819f2e90be9c94a49199
--- /dev/null
+++ b/bin/gpg2
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec gpg "$@"