This commit is contained in:
Marco Ochse 2018-05-23 13:30:26 +00:00
parent 38fce345cf
commit 2128c6a2b0

View file

@ -1,11 +1,10 @@
FROM alpine
# Setup apk
RUN apk -U add bash \
RUN apk -U --no-cache add \
build-base \
git \
go \
procps && \
go && \
# Setup go, vnclowpot
export GOPATH=/opt/go/ && \