Add docker ln so docker cli SSH remote works

This commit is contained in:
Marcos Lilljedahl
2019-11-28 14:27:52 +00:00
parent ce777a39a4
commit 8a01477901

View File

@@ -1,7 +1,8 @@
ARG VERSION=docker:stable-dind ARG VERSION=docker:stable-dind
FROM ${VERSION} FROM ${VERSION}
RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq openssh openssl tree RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq openssh openssl tree \
&& ln -s /usr/local/bin/docker /usr/bin/docker
ENV GOPATH /root/go ENV GOPATH /root/go
ENV PATH $PATH:$GOPATH ENV PATH $PATH:$GOPATH