mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-09 22:42:40 +01:00
10
github-dev/Dockerfile
Normal file
10
github-dev/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user