Skip to content

Commit

Permalink
fix: install tzdata in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lksv committed Jan 15, 2024
1 parent a5dc5d1 commit f30163a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -17,7 +17,7 @@ RUN make build-docker

FROM alpine:3.19

RUN apk add --no-cache ca-certificates
RUN apk add --no-cache ca-certificates tzdata

COPY --from=builder /go/src/github.com/golang-migrate/migrate/build/migrate.linux-386 /usr/local/bin/migrate
RUN ln -s /usr/local/bin/migrate /migrate
Expand Down

0 comments on commit f30163a

Please sign in to comment.