1 Star 1 Fork 2

天津浩源永亨电力科技有限公司/iec61850_open_gateway

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.libiec61850_gateway 865 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM debian:stable-20211115-slim
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
git \
build-essential \
python3 \
python3-pip \
&& rm -rf /var/lib/apt/lists/*
ENV DEBIAN_FRONTEND=
RUN git clone -b v1.4 https://github.com/mz-automation/libiec61850.git /tmp/libiec61850
RUN cd /tmp/libiec61850 && make dynlib \
&& cp build/libiec61850.so /usr/local/lib/
RUN git clone -b master https://github.com/mz-automation/lib60870.git /tmp/lib60870
RUN cd /tmp/lib60870/lib60870-C && make dynlib \
&& cp build/lib60870.so /usr/local/lib/
#RUN git clone -b v1.4 https://github.com/robidev/iec61850_open_gateway.git /srv/iec61850_open_gateway
COPY . /srv/iec61850_open_gateway
WORKDIR /srv/iec61850_open_gateway
EXPOSE 2404
CMD ["python3","app.py","config.remote.ini"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/haoyuanee/iec61850_open_gateway.git
git@gitee.com:haoyuanee/iec61850_open_gateway.git
haoyuanee
iec61850_open_gateway
iec61850_open_gateway
main

搜索帮助