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

10 lines
246 B
Plaintext
Vendored

FROM python:3.11.0
ENV PROJECT_PATH=/chirpstack/api
RUN git clone https://github.com/protocolbuffers/protobuf.git /protobuf
RUN git clone https://github.com/googleapis/googleapis.git /googleapis
RUN mkdir -p PROJECT_PATH
WORKDIR $PROJECT_PATH