add bash to utils image

This commit is contained in:
Chris Guida
2021-11-24 19:34:36 -06:00
committed by Aiden McClelland
parent 53e076726f
commit e5f1c4c955

View File

@@ -1,3 +1,3 @@
FROM alpine:latest
RUN apk update && apk add yq jq curl
RUN apk update && apk add --no-cache yq jq curl bash