ADD tz data to alpine now comes without it
This commit is contained in:
parent
94b1681a38
commit
9ba30d10b7
@ -13,4 +13,8 @@ RUN go build -o bin/ddns \
|
||||
|
||||
FROM alpine AS runner
|
||||
COPY --from=builder /app/bin/ddns /usr/bin/
|
||||
RUN apk --no-cache add --no-check-certificate ca-certificates \
|
||||
&& update-ca-certificates
|
||||
RUN apk add --no-cache tzdata
|
||||
|
||||
ENTRYPOINT /usr/bin/ddns
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user