Browse Source

Get RC packages

content-update
4 years ago committed by xpetit
parent
commit
3f4b4a5348
  1. 1
      go/tests/Dockerfile

1
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"]

Loading…
Cancel
Save