mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-24 17:33:48 +00:00
chore(docker): fix a small syntax error
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
parent
d3d4c30b52
commit
ffe6087ed8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ RUN apk add --no-cache \
|
|||
openssh \
|
||||
gnupg \
|
||||
curl \
|
||||
rsync
|
||||
rsync \
|
||||
&& curl -Ls --tlsv1.2 --proto "=https" --retry 3 https://cli.doppler.com/install.sh \
|
||||
| sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue