mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-04-05 08:53:59 -04:00
fick missing backslash
This commit is contained in:
@@ -3,7 +3,7 @@ FROM adoptopenjdk/openjdk11:alpine-jre
|
||||
WORKDIR /app
|
||||
|
||||
RUN \
|
||||
apk add --no-cache
|
||||
apk add --no-cache \
|
||||
ca-certificates \
|
||||
tini \
|
||||
tzdata
|
||||
|
||||
Reference in New Issue
Block a user