Skip to content

Commit

Permalink
Fixed docker build.
Browse files Browse the repository at this point in the history
  • Loading branch information
u220374 committed Feb 7, 2018
1 parent dd67d3f commit 6b9f9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /go/src/github.com/oscp/openshift-monitoring/
RUN go get github.com/cenkalti/rpc2 \
&& go get github.com/gorilla/websocket \
&& go get github.com/mitchellh/mapstructure \
&& go get github.com/oscp/openshift-monitoring-checks \
&& go get github.com/oscp/openshift-monitoring-checks/checks \
&& go install -v

# Install necessary tools
Expand Down

0 comments on commit 6b9f9db

Please sign in to comment.