add github-dev

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-09-24 15:42:16 -04:00
parent 22da976266
commit 0c79117a0c
2 changed files with 38 additions and 0 deletions

10
github-dev/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM golang:alpine
MAINTAINER Jessica Frazelle <jess@linux.com>
RUN apk add --no-cache \
bash \
ca-certificates \
curl \
jq
COPY upload-assets /usr/bin/upload-assets