Add bash to Dockerfile
This commit is contained in:
parent
578535888e
commit
5e949cc3d6
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user