Fix build path.

test/ssh
Icedream 2017-09-04 11:47:01 +02:00
parent d288c96f2d
commit c7bd31c631
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -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 ./... \