add curl to utils image, and remove utils.tar

This commit is contained in:
Chris Guida
2021-10-08 15:41:20 -06:00
committed by Aiden McClelland
parent f1283cce91
commit c24d63d65c
2 changed files with 1 additions and 1 deletions

View File

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

Binary file not shown.