diff --git a/Dockerfile b/Dockerfile index f1aa8605..022627fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,8 @@ RUN GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' - # app container FROM alpine +RUN apk --update --no-cache add bash jq curl + ARG USER="vdm" ARG CONFIG_FILE="./environments/example.toml"