diff --git a/Dockerfile b/Dockerfile index dba3b02..10e9d91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ 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 TARGETARCH