chirpstack/api/Dockerfile-md
2022-12-05 10:44:46 +00:00

10 lines
241 B
Plaintext
Vendored

FROM golang:1.19.3-alpine
ENV PROJECT_PATH=/chirpstack/api
RUN apk add --no-cache make git bash protobuf protobuf-dev
RUN git clone https://github.com/googleapis/googleapis.git /googleapis
RUN mkdir -p $PROJECT_PATH
WORKDIR $PROJECT_PATH