fick missing backslash

This commit is contained in:
ᗪєνιη ᗷυнʟ
2021-08-24 15:00:00 -04:00
committed by GitHub
parent 10d941f3c7
commit 91515553c9

View File

@@ -3,7 +3,7 @@ FROM adoptopenjdk/openjdk11:alpine-jre
WORKDIR /app
RUN \
apk add --no-cache
apk add --no-cache \
ca-certificates \
tini \
tzdata