mirror of
https://github.com/restic/restic.git
synced 2025-04-25 01:14:27 +00:00
Dockerfile: Add sftp server binary
This commit is contained in:
parent
338ad42273
commit
26eb859663
@ -20,7 +20,7 @@ ARG GOARCH=amd64
|
|||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
RUN apt-get update
|
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
|
# add and configure user
|
||||||
ENV HOME /home/travis
|
ENV HOME /home/travis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user