1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

docker: do not build libiec61850 in the dockerfile

This commit is contained in:
Steffen Vogel 2018-03-28 15:12:52 +02:00
parent 2f84d6c43b
commit a45066bd4e

View file

@ -93,10 +93,6 @@ RUN mkdir -p /tmp/criterion/build && cd /tmp/criterion/build && cmake -DCMAKE_IN
# Workaround for libnl3's search path for netem distributions
RUN ln -s /usr/lib64/tc /usr/lib/tc
# Build & Install libiec61850
COPY thirdparty/libiec61850 /tmp/libiec61850
RUN mkdir -p /tmp/libiec61850/build && cd /tmp/libiec61850/build && cmake -DBUILD_EXAMPLES=0 -DBUILD_PYTHON_BINDINGS=0 .. && make install
# Expose ports for HTTP and WebSocket frontend
EXPOSE 80
EXPOSE 443