Skip to content

Commit be5ce0e

Browse files
author
scott coulton
committed
fix for cfssl trust no longer being in the vendor path
1 parent b107abf commit be5ce0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tooling/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ RUN set -x && \
1313
go build ../cmd/cfssljson && \
1414
go build ../cmd/mkbundle && \
1515
go build ../cmd/multirootca && \
16+
go get -u github.com/cloudflare/cfssl_trust/... && \
1617
echo "Build complete."
1718

1819
FROM ruby:2.3.5-alpine
19-
COPY --from=0 /go/src/github.com/cloudflare/cfssl/vendor/github.com/cloudflare/cfssl_trust /etc/cfssl
20+
COPY --from=0 /go/src/github.com/cloudflare/cfssl_trust /etc/cfssl
2021
COPY --from=0 /go/src/github.com/cloudflare/cfssl/bin/ /usr/bin
2122
COPY . /etc/k8s
2223

0 commit comments

Comments
 (0)