Skip to content
Snippets Groups Projects
Commit 8cf4c056 authored by nimrod's avatar nimrod
Browse files

Small changes.

- gpg2 to gpg wrapper (backward compatibility).
- Remove /keybase (forgot to remove it when I removed keybase).
- Remove broad sudo access. I don't think it's required and I don't like
  having it.
parent 8e6aead3
No related branches found
No related tags found
No related merge requests found
Pipeline #2941 waiting for manual action
......@@ -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/
......
#!/bin/sh
exec gpg "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment