mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-05-12 00:23:10 +00:00
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:
parent
9ff9fb2e95
commit
f11f472004
5 changed files with 2390 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue