mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-08 20:08:28 +00:00
10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
FROM python:3.8
|
|
|
|
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
|