Skip to content

Commit

Permalink
feat: support timezone to handle maxcompute dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Luthfi Fahlevi committed Dec 12, 2024
1 parent a8749af commit daa7f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM alpine:latest

COPY meteor /usr/bin/meteor
RUN apk update
RUN apk add ca-certificates curl
RUN apk add ca-certificates curl tzdata

CMD ["meteor"]
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ RUN ["make", "build-dev"]
FROM alpine:latest
COPY --from=base /build/meteor /usr/bin/meteor
RUN apk update
RUN apk add ca-certificates curl
RUN apk add ca-certificates curl tzdata

CMD ["meteor"]

0 comments on commit daa7f66

Please sign in to comment.