Skip to content

Commit

Permalink
add tzdata package
Browse files Browse the repository at this point in the history
refer #162
  • Loading branch information
ananthakumaran committed Jan 28, 2024
1 parent 7f1731f commit 6d66648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY --from=web /usr/src/paisa/web/static ./web/static
RUN CGO_ENABLED=1 go build

FROM alpine:3.18
RUN apk --no-cache add ca-certificates ledger
RUN apk --no-cache add ca-certificates ledger tzdata
WORKDIR /root/
COPY --from=go /usr/src/paisa/paisa /usr/bin
EXPOSE 7500
Expand Down

0 comments on commit 6d66648

Please sign in to comment.