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

View File

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