mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-04 22:52:54 +00:00
fix(deploy): add missing plugin files for mysql-client library in mysql-setup (#7909)
This commit is contained in:
parent
c136f8f59e
commit
39ddab8d46
@ -12,7 +12,7 @@ RUN go install github.com/jwilder/dockerize@$DOCKERIZE_VERSION
|
||||
FROM alpine:3
|
||||
COPY --from=binary /go/bin/dockerize /usr/local/bin
|
||||
|
||||
RUN apk add --no-cache mysql-client bash
|
||||
RUN apk add --no-cache mysql-client bash mariadb-connector-c
|
||||
|
||||
COPY docker/mysql-setup/init.sql /init.sql
|
||||
COPY docker/mysql-setup/init.sh /init.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user