We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba9fb4 commit d53bc0aCopy full SHA for d53bc0a
Dockerfile
@@ -1,13 +1,13 @@
1
-FROM gliderlabs/alpine:3.3
+FROM golang:1.7-alpine
2
MAINTAINER [email protected]
3
4
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
+RUN apk add --no-cache git nfs-utils openssh fuse
6
RUN git clone https://github.com/restic/restic \
7
&& cd restic \
8
&& go run build.go \
9
&& cp restic /usr/local/bin/
10
-RUN apk del git go
+RUN apk del git
11
12
RUN mkdir /mnt/restic
13
0 commit comments