2018-09-24 21:42:16 +02:00
|
|
|
FROM golang:alpine
|
|
|
|
MAINTAINER Jessica Frazelle <jess@linux.com>
|
|
|
|
|
|
|
|
RUN apk add --no-cache \
|
|
|
|
bash \
|
|
|
|
ca-certificates \
|
|
|
|
curl \
|
2018-09-24 21:51:25 +02:00
|
|
|
jq \
|
|
|
|
make
|
2018-09-24 21:42:16 +02:00
|
|
|
|
|
|
|
COPY upload-assets /usr/bin/upload-assets
|