Browse Source

Add CA for local testing

pull/625/head
4 years ago
parent
commit
9daf18532d
  1. 2
      go/tests/Dockerfile

2
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/...

Loading…
Cancel
Save