chore(docker): fix a small syntax error

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-10-07 11:40:10 +08:00
parent d3d4c30b52
commit ffe6087ed8
Signed by: ajhalili2006
GPG Key ID: 67BFC91B3DA12BE8
1 changed files with 1 additions and 1 deletions

View File

@ -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