Skip to content

Commit 518d945

Browse files
ptmanblang
authored andcommitted
Update for newer alpine with more and fresher packages
1 parent bf558f8 commit 518d945

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM gliderlabs/alpine
1+
FROM alpine:3.4
22
MAINTAINER Benedikt Lang <[email protected]>
3-
RUN apk-install bash go bzr git mercurial subversion openssh-client ca-certificates
3+
RUN apk --no-cache add bash go bzr git mercurial subversion openssh-client ca-certificates
44

55
RUN mkdir -p /go/src /go/bin && chmod -R 777 /go
66
ENV GOPATH /go
77
ENV PATH /go/bin:$PATH
8-
WORKDIR /go
8+
WORKDIR /go

0 commit comments

Comments
 (0)