Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-02-12 15:28:48 -08:00
parent 3084f2436e
commit efdc3429ca
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -1,14 +1,17 @@
FROM alpine:latest
RUN apk --no-cache add \
ca-certificates
bzr \
ca-certificates \
git \
rpm \
xz
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
RUN buildDeps=' \
go \
git \
gcc \
g++ \
libc-dev \