2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00

Dockerfile: Add sftp server binary

This commit is contained in:
Alexander Neumann 2016-01-02 15:33:25 +01:00
parent 338ad42273
commit 26eb859663

View File

@ -20,7 +20,7 @@ ARG GOARCH=amd64
# install dependencies
RUN apt-get update
RUN apt-get install -y --no-install-recommends ca-certificates wget git build-essential
RUN apt-get install -y --no-install-recommends ca-certificates wget git build-essential openssh-server
# add and configure user
ENV HOME /home/travis