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:
parent
2f84d6c43b
commit
a45066bd4e
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue