1 Star 0 Fork 0

Arya123 / chirpstack-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile-java 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
Arya123 提交于 2023-07-28 17:30 . first
FROM maven:3.8-jdk-8
ENV PROJECT_PATH=/chirpstack-api
#RUN apt update && apt install -y make git protobuf-compiler libprotobuf-dev libprotobuf-java protobuf-compiler-grpc
RUN apt update && apt install -y make git
#detected platform from protobuf-maven-plugin
#RUN wget -t 1 -O /protoc-gen-grpc-java https://repo1.maven.org/maven2/io/grpc/protoc-gen-grpc-java/1.31.0/protoc-gen-grpc-java-1.31.0-linux-x86_64.exe
#RUN chmod +x /protoc-gen-grpc-java
RUN git clone https://github.com/googleapis/googleapis.git /googleapis
RUN mkdir -p PROJECT_PATH
COPY . $PROJECT_PATH
WORKDIR $PROJECT_PATH
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/arya123/chirpstack-api.git
git@gitee.com:arya123/chirpstack-api.git
arya123
chirpstack-api
chirpstack-api
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891