docker: add tzdata
release / docker-image (push) Successful in 1m12s
release / goreleaser (push) Successful in 10m16s

This commit is contained in:
2026-02-13 09:49:19 +03:00
parent 7e7cdc3713
commit 738dfda7a0
+1 -4
View File
@@ -14,11 +14,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /out/remembos ./cmd/rememb
FROM alpine:3.21
RUN apk add --no-cache imagemagick \
&& adduser -D -H appuser
RUN apk add --no-cache imagemagick tzdata
COPY --from=build /out/remembos /remembos
USER appuser
ENTRYPOINT ["/remembos"]