From 9daf18532d9c01f27fd37b133e600c886d5ce57e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=81=A3?= <⁣> Date: Sat, 20 Jun 2020 16:13:45 +0200 Subject: [PATCH] Add CA for local testing --- go/tests/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go/tests/Dockerfile b/go/tests/Dockerfile index 4498a03fb..5e8297862 100644 --- a/go/tests/Dockerfile +++ b/go/tests/Dockerfile @@ -4,6 +4,8 @@ ENV GIT_TERMINAL_PROMPT=0 RUN apk add --no-cache git RUN go get golang.org/x/tools/cmd/goimports RUN go get github.com/01-edu/z01 +COPY --from=mkcert-ca . /usr/local/share/ca-certificates +RUN update-ca-certificates COPY entrypoint.sh /usr/local/bin COPY . src RUN go install rc prog/...