mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 05:07:54 +00:00
10 lines
266 B
Plaintext
Vendored
10 lines
266 B
Plaintext
Vendored
FROM python:3.11.0
|
|
|
|
ENV PROJECT_PATH=/chirpstack/api
|
|
|
|
RUN git clone --depth=1 https://github.com/protocolbuffers/protobuf.git /protobuf
|
|
RUN git clone --depth=1 https://github.com/googleapis/googleapis.git /googleapis
|
|
|
|
RUN mkdir -p PROJECT_PATH
|
|
WORKDIR $PROJECT_PATH
|