Skip to content

Commit

Permalink
Merge pull request #25 from usedatabrew/dat-371
Browse files Browse the repository at this point in the history
fix(): added dependency for mysql sink streaming snapshot
  • Loading branch information
imnotsurprised committed Mar 10, 2024
2 parents 26d7102 + 4cb82a6 commit d3fd4d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN cd cmd/blink && go build

FROM alpine as certs
RUN apk update && apk add ca-certificates
RUN apk add mysql-client

FROM busybox

Expand Down

0 comments on commit d3fd4d7

Please sign in to comment.