Add dependencies to the build

This commit is contained in:
Ivan Pedrazas
2017-08-18 09:08:14 +02:00
committed by GitHub
parent e57bebe26b
commit 6fa23cfdfe
+3
View File
@@ -12,6 +12,9 @@ WORKDIR /go/src/drone-helm
# copy sources
COPY . .
# add dependencies
RUN go get
# run tests
RUN go test -v