Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Commit db9fdbf

Browse files
authored
Add -vendor-only to "dep ensure" for caching
1 parent 8efe144 commit db9fdbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ADD . $GOPATH/src/github.com/acm-uiuc/groot-api-gateway
1616
WORKDIR $GOPATH/src/github.com/acm-uiuc/groot-api-gateway
1717

1818
# Download and install external dependencies
19-
RUN dep ensure
19+
RUN dep ensure -vendor-only
2020

2121
# Build groot
2222
RUN ./build.sh

0 commit comments

Comments
 (0)