mirror of
https://github.com/lightningequipment/circuitbreaker.git
synced 2026-08-13 12:33:02 +02:00
9 lines
No EOL
156 B
Docker
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 |