Skip to content

Commit

Permalink
add psql and mysql client in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjw806 committed Feb 21, 2023
1 parent 5338100 commit 8248a10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN GOOS=linux GOARCH=$TARGETARCH make build

FROM ubuntu:22.04

RUN apt-get update -yy && DEBIAN_FRONTEND=noninteractive apt-get -y install postgresql-client mysql-client

COPY --from=builder /workspace/bin/go-tpc /go-tpc

ENTRYPOINT [ "/go-tpc" ]

0 comments on commit 8248a10

Please sign in to comment.