diff --git a/Dockerfile b/Dockerfile index e792adb..16b9fba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM scratch +FROM alpine:3 + +RUN apk add --no-cache mysql-client~=10.6 sqlite~=3 bash~=5 ARG TARGETOS ARG TARGETARCH