diff --git a/Dockerfile b/Dockerfile index e2ab587..3b8bf05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.9-alpine COPY . ${GOPATH}/src/git.icedream.tech/icedream/pixelqr -RUN cd "${GOPATH}/src/git.icedream.tech/icedream/pixelqr" \ +RUN cd "${GOPATH}/src/git.icedream.tech/icedream/pixelqr/testssh" \ && apk add --no-cache --virtual .build-deps git \ && echo == Downloading... == \ && go get -v -d ./... \