circuitbreaker/circuitbreakerrpc/Dockerfile
2023-01-09 18:43:59 +01:00

9 lines
No EOL
156 B
Docker

FROM golang:1.16
RUN apt-get update && \
apt-get install -y wget make unzip && \
ls
COPY Makefile .
RUN make protoc-buf protoc-tools protoc-go-tools