diff --git a/build/Dockerfile b/build/Dockerfile index d3ea78172..93cf4dbf8 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -9,3 +9,4 @@ RUN make -C jsonnet LDFLAGS=-static FROM alpine:3.7 RUN apk --no-cache add make python git openssh-client COPY --from=0 jsonnet/jsonnet /usr/bin +COPY --from=0 jsonnet/jsonnetfmt /usr/bin