From 2b8b4508613540174bdb7edb865b30368c3fb7d1 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 13 Apr 2022 15:39:52 -0700 Subject: [PATCH] Add bash, mysql, and sqlite commands for scripts --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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