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: install cppcheck alongside the other tools

This commit is contained in:
Steffen Vogel 2020-09-10 18:22:39 +02:00
parent 255c9efae1
commit e176e93d05

View file

@ -54,6 +54,7 @@ RUN dnf -y install \
iproute \
python-pip \
valgrind gdb gdb-gdbserver \
cppcheck \
xmlto dblatex rubygem-asciidoctor \
psmisc procps-ng \
rabbitmq-server mosquitto
@ -86,9 +87,6 @@ RUN dnf -y install \
librdmacm-devel \
libusb-devel
RUN dnf -y install \
cppcheck
# Add local and 64-bit locations to linker paths
ENV echo /usr/local/lib >> /etc/ld.so.conf && \
echo /usr/local/lib64 >> /etc/ld.so.conf