0 Star 0 Fork 3

beretyj/iec61850_open_server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.libiec61850_server 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
Robin M 提交于 2020-06-30 17:39 . docker-compose simulation
FROM debian:stable-slim
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
git \
build-essential \
&& rm -rf /var/lib/apt/lists/*
ENV DEBIAN_FRONTEND=
RUN git clone https://github.com/mz-automation/libiec61850.git /tmp/libiec61850
RUN cd /tmp/libiec61850 && make \
&& make examples
#RUN git clone https://github.com/robidev/iec61850_open_server.git /tmp/iec61850_open_server
COPY . /tmp/iec61850_open_server
RUN cd /tmp/iec61850_open_server && make
WORKDIR /srv
RUN cd /tmp/iec61850_open_server && cp open_server /srv/libiec61850_server
CMD ["./libiec61850_server","eth0"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/null_586_8131/iec61850_open_server.git
git@gitee.com:null_586_8131/iec61850_open_server.git
null_586_8131
iec61850_open_server
iec61850_open_server
master

搜索帮助