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: remove 32bit libs from Dockerfile as the opal node-type which is using them is deprecated

This commit is contained in:
Steffen Vogel 2017-10-28 16:44:05 +02:00
parent 2aaa6520d0
commit 574b9ea88b
3 changed files with 0 additions and 20 deletions

View file

@ -52,12 +52,6 @@ RUN dnf -y install \
xmlto rubygem-asciidoctor \
psmisc procps-ng
# 32bit versions of some standard libraries for RT-LAB code
RUN dnf -y install \
libstdc++-devel.i686 \
libuuid-devel.i686 \
glibc-devel.i686
# Tools for debugging, coverage, profiling
RUN pip install \
gcovr \

View file

@ -58,12 +58,6 @@ RUN yum -y install \
valgrind gdb gdb-gdbserver \
xmlto rubygem-asciidoctor
# 32bit versions of some standard libraries for RT-LAB code
RUN yum -y install \
libstdc++-devel.i686 \
libuuid-devel.i686 \
glibc-devel.i686
# Tools for debugging, coverage, profiling
RUN pip install \
gcovr \

View file

@ -54,14 +54,6 @@ RUN apt-get update && apt-get install -y \
valgrind gdb gdbserver \
xmlto asciidoctor
# 32bit versions of some standard libraries for RT-LAB code
RUN dpkg --add-architecture i386
RUN apt-get update && apt-get install -y \
libc6:i386 \
libstdc++6:i386 \
uuid-dev:i386 \
libssl-dev:i386
# Tools for debugging, coverage, profiling
RUN pip install \
gcovr \