Add bash to Dockerfile
This commit is contained in:
parent
b145ebfd3a
commit
8045b4cfbb
@ -28,6 +28,8 @@ RUN GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -
|
|||||||
# app container
|
# app container
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
|
RUN apk --update --no-cache add bash jq curl
|
||||||
|
|
||||||
ARG USER="vdm"
|
ARG USER="vdm"
|
||||||
ARG CONFIG_FILE="./environments/example.toml"
|
ARG CONFIG_FILE="./environments/example.toml"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user