More Docker-related hellscapes, and then some

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2023-07-15 18:08:32 +00:00
parent 1a3b255aaf
commit 9d33d6d969
3 changed files with 3 additions and 4 deletions

View file

@ -37,6 +37,7 @@ RUN apk add --no-cache \
git-fast-import \
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) \
| sh
RUN pip3 install --no-cache-dir \