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:
parent
255c9efae1
commit
e176e93d05
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue