Skip to content

Commit

Permalink
Add openssh-client for sftp:// mount
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk authored Aug 14, 2017
1 parent 7397d77 commit cbc5b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV GOPATH=/usr/share/docker-volume-gvfs
ADD . ${GOPATH}

RUN apk --no-cache --no-progress --force add \
build-tools make gcc go musl-dev git ca-certificates dbus dbus-x11 gvfs gvfs-fuse gvfs-dav gvfs-smb\
build-tools make gcc go musl-dev git ca-certificates dbus dbus-x11 gvfs gvfs-fuse gvfs-dav gvfs-smb openssh-client\
&& cd $GOPATH && make \
&& mv ./docker-volume-gvfs /usr/bin/docker-volume-gvfs \
&& cd && mkdir -p /var/lib/docker-volumes/gvfs \
Expand Down

0 comments on commit cbc5b43

Please sign in to comment.