mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
ea11d81932
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
16 lines
271 B
Docker
16 lines
271 B
Docker
FROM r.j3ss.co/pepper as pepper
|
|
|
|
FROM golang:alpine
|
|
MAINTAINER Jessica Frazelle <jess@linux.com>
|
|
|
|
RUN apk add --no-cache \
|
|
bash \
|
|
ca-certificates \
|
|
curl \
|
|
git \
|
|
jq \
|
|
make
|
|
|
|
COPY upload-assets /usr/bin/upload-assets
|
|
COPY --from=pepper /usr/bin/pepper /usr/bin/pepper
|