diff --git a/go/tests/Dockerfile b/go/tests/Dockerfile index 5e8297862..db743bc94 100644 --- a/go/tests/Dockerfile +++ b/go/tests/Dockerfile @@ -8,5 +8,6 @@ COPY --from=mkcert-ca . /usr/local/share/ca-certificates RUN update-ca-certificates COPY entrypoint.sh /usr/local/bin COPY . src +RUN go get rc RUN go install rc prog/... ENTRYPOINT ["/bin/sh", "/usr/local/bin/entrypoint.sh"]