Add bash, mysql, and sqlite commands for scripts
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2022-04-13 15:39:52 -07:00
parent 8ccdde459a
commit 2b8b450861
1 changed files with 3 additions and 1 deletions

View File

@ -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