Add bash, mysql, and sqlite commands for scripts
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
8ccdde459a
commit
2b8b450861
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user