mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-18 20:57:55 +00:00
10 lines
189 B
Plaintext
Vendored
10 lines
189 B
Plaintext
Vendored
FROM php:8.1-bookworm
|
|
|
|
RUN apt update -y
|
|
RUN apt install -y make protobuf-compiler protobuf-compiler-grpc
|
|
|
|
ENV PROJECT_PATH=/chirpstack/api
|
|
|
|
RUN mkdir -p PROJECT_PATH
|
|
WORKDIR $PROJECT_PATH
|