modify apk repositories
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
Dustin Pianalto 2021-10-01 19:19:24 -08:00
parent 709e03f9c1
commit eaa4bfc759

View File

@ -5,6 +5,7 @@ COPY ./go.mod .
COPY ./go.sum .
RUN go mod download
RUN sed -i 's/https/http/' /etc/apk/repositories
RUN apk update
RUN apk add protobuf