Skip to content

Commit d53bc0a

Browse files
committed
Use golang:1.7-alpine container
1 parent 8ba9fb4 commit d53bc0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
FROM gliderlabs/alpine:3.3
1+
FROM golang:1.7-alpine
22
33

44
RUN echo http://nl.alpinelinux.org/alpine/v3.4/community >> /etc/apk/repositories
5-
RUN apk add --no-cache git go nfs-utils openssh fuse
5+
RUN apk add --no-cache git nfs-utils openssh fuse
66
RUN git clone https://github.com/restic/restic \
77
&& cd restic \
88
&& go run build.go \
99
&& cp restic /usr/local/bin/
10-
RUN apk del git go
10+
RUN apk del git
1111

1212
RUN mkdir /mnt/restic
1313

0 commit comments

Comments
 (0)