fix(build): missing concat EOL on Dockerfile (#955)

This commit is contained in:
Fabricio Silva 2023-05-23 11:10:55 +01:00 committed by GitHub
parent f774831d76
commit e63719a57d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -27,8 +27,8 @@ FROM alpine:latest
LABEL org.opencontainers.image.source = "https://github.com/autobrr/autobrr"
ENV HOME="/config" \
XDG_CONFIG_HOME="/config" \
XDG_DATA_HOME="/config"
XDG_CONFIG_HOME="/config" \
XDG_DATA_HOME="/config"
RUN apk --no-cache add ca-certificates curl tzdata jq