We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b501db commit 760ab6cCopy full SHA for 760ab6c
Dockerfile
@@ -5,7 +5,7 @@ RUN microdnf install go-toolset make
5
ADD . /opt
6
WORKDIR /opt
7
# Run this before `make token-refresher` to be friendy with Docker image layer cache.
8
-# RUN make vendor
+RUN make vendor
9
10
ARG TARGETOS TARGETARCH
11
0 commit comments