Skip to content

Commit

Permalink
Use golang:1.7-alpine container
Browse files Browse the repository at this point in the history
  • Loading branch information
lobaro-dev committed Apr 3, 2017
1 parent 8ba9fb4 commit d53bc0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM gliderlabs/alpine:3.3
FROM golang:1.7-alpine
MAINTAINER [email protected]

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

RUN mkdir /mnt/restic

Expand Down

0 comments on commit d53bc0a

Please sign in to comment.