Skip to content

Commit

Permalink
deployments(ticdc): remove useless tzdata dep in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 committed Nov 15, 2022
1 parent bceb41e commit 0438dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/ticdc/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV CDC_ENABLE_VENDOR=0
RUN make cdc

FROM alpine:3.15
RUN apk add --no-cache tzdata bash curl socat
RUN apk add --no-cache bash curl socat
COPY --from=builder /go/src/github.com/pingcap/tiflow/bin/cdc /cdc
EXPOSE 8300
CMD [ "/cdc" ]
2 changes: 1 addition & 1 deletion deployments/ticdc/docker/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN make cdc
RUN make failpoint-disable

FROM alpine:3.15
RUN apk add --no-cache tzdata bash curl socat
RUN apk add --no-cache bash curl socat
COPY --from=builder /go/src/github.com/pingcap/tiflow/bin/cdc /cdc
EXPOSE 8300
CMD [ "/cdc" ]
Expand Down

0 comments on commit 0438dd4

Please sign in to comment.