Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #53 from gbevan/D20181014_fix_docker_bld
Browse files Browse the repository at this point in the history
added new module folders
  • Loading branch information
gbevan authored Oct 14, 2018
2 parents b9d158f + e485507 commit a1de0b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ COPY v1 ./v1/
COPY approle ./approle/
COPY pingclean ./pingclean/
COPY jobqueues ./jobqueues/
COPY apierrors ./apierrors/
COPY health ./health/

RUN \
go get github.com/golang/dep/cmd/dep && \
Expand Down

0 comments on commit a1de0b0

Please sign in to comment.