Skip to content

Commit

Permalink
fix(): added dependency for mysql sink streaming snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Shtefan committed Mar 6, 2024
1 parent 2ce01b1 commit 4cb82a6
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 4cb82a6

Please sign in to comment.