Skip to content

Commit 760ab6c

Browse files
committed
Add back make vendor
1 parent 0b501db commit 760ab6c

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
@@ -5,7 +5,7 @@ RUN microdnf install go-toolset make
55
ADD . /opt
66
WORKDIR /opt
77
# Run this before `make token-refresher` to be friendy with Docker image layer cache.
8-
# RUN make vendor
8+
RUN make vendor
99

1010
ARG TARGETOS TARGETARCH
1111

0 commit comments

Comments
 (0)