Skip to content

Commit

Permalink
Add /root/.ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed Aug 14, 2017
1 parent 1c670db commit a527aa0
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 @@ -9,7 +9,7 @@ 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 openssh-client\
&& cd $GOPATH && make \
&& mv ./docker-volume-gvfs /usr/bin/docker-volume-gvfs \
&& cd && mkdir -p /var/lib/docker-volumes/gvfs \
&& cd && mkdir -p /var/lib/docker-volumes/gvfs /root/.ssh \
&& apk del --purge build-tools make gcc go musl-dev git \
&& rm -rf $GOPATH /var/cache/apk/*

Expand Down

0 comments on commit a527aa0

Please sign in to comment.