From 3f4b4a5348a0ce9c425eb9b4eac26aeecc659fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=81=A3?= <⁣> Date: Sat, 20 Jun 2020 10:34:12 +0200 Subject: [PATCH] Get RC packages --- go/tests/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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"]