We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf558f8 commit 518d945Copy full SHA for 518d945
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM gliderlabs/alpine
+FROM alpine:3.4
2
MAINTAINER Benedikt Lang <[email protected]>
3
-RUN apk-install bash go bzr git mercurial subversion openssh-client ca-certificates
+RUN apk --no-cache add bash go bzr git mercurial subversion openssh-client ca-certificates
4
5
RUN mkdir -p /go/src /go/bin && chmod -R 777 /go
6
ENV GOPATH /go
7
ENV PATH /go/bin:$PATH
8
-WORKDIR /go
+WORKDIR /go
0 commit comments