mirror of
https://github.com/lobaro/restic-backup-docker.git
synced 2026-03-11 18:01:25 +00:00
Install openssh in docker container to support SFTP
This commit is contained in:
@@ -2,7 +2,7 @@ FROM gliderlabs/alpine:3.3
|
||||
MAINTAINER info@lobaro.com
|
||||
|
||||
RUN echo http://nl.alpinelinux.org/alpine/v3.4/community >> /etc/apk/repositories
|
||||
RUN apk add --no-cache git go nfs-utils fuse
|
||||
RUN apk add --no-cache git go nfs-utils openssh fuse
|
||||
RUN git clone https://github.com/restic/restic \
|
||||
&& cd restic \
|
||||
&& go run build.go \
|
||||
|
||||
Reference in New Issue
Block a user