tza not needed

This commit is contained in:
maximo tejeda 2024-12-10 18:48:09 -04:00
parent 9ba30d10b7
commit 952c7b8660

View File

@ -13,8 +13,5 @@ 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