1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-27 22:25:40 +02:00
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-24 15:51:25 -04:00
parent 5a4353b749
commit 8c83d93e38
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

@ -5,6 +5,7 @@ RUN apk add --no-cache \
bash \ bash \
ca-certificates \ ca-certificates \
curl \ curl \
jq jq \
make
COPY upload-assets /usr/bin/upload-assets COPY upload-assets /usr/bin/upload-assets