Add c headers for mariadb auth
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
12b1cfbb06
commit
cc3b630359
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3
|
FROM alpine:3
|
||||||
|
|
||||||
RUN apk add --no-cache mysql-client~=10.6 sqlite~=3 bash~=5 restic~=0.12
|
RUN apk add --no-cache mariadb-client~=10.6 mariadb-connector-c~=3.1 sqlite~=3 bash~=5 restic~=0.12
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
Loading…
Reference in New Issue
Block a user