docs(keys): update pgp pubkeys

First as separate files, then the one-file export soon.

Also some Hadolint fix on Doppler install one.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2023-08-16 17:00:57 +00:00
parent 9ff9fb2e95
commit f11f472004
5 changed files with 2390 additions and 1 deletions

View file

@ -38,7 +38,7 @@ RUN apk add --no-cache \
openssh \
gnupg \
curl \
&& (curl -Ls --tlsv1.2 --proto "=https" --retry 3 https://cli.doppler.com/install.sh || wget -t 3 -qO- https://cli.doppler.com/install.sh) \
&& curl -Ls --tlsv1.2 --proto "=https" --retry 3 https://cli.doppler.com/install.sh \
| sh
# The "--break-system-packages" is added so I don't need to do requirements.txt workaround,
# although I also consider using pipx if we wanted to.