Skip to content

Commit

Permalink
docker: build: add valgrind, cloc, jq
Browse files Browse the repository at this point in the history
Dockerfile centos7 build jenkins-ssh - additional deps

benchmark dockerfile - install cloc and jq separately
  • Loading branch information
mattdlh authored and andrewseidl committed Oct 12, 2018
1 parent b12900c commit 1255a00
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker/build/centos7/Dockerfile
Expand Up @@ -25,7 +25,13 @@ RUN yum install -y \
openldap-devel \
libX11-devel \
mesa-libGL-devel \
environment-modules && \
environment-modules \
PyYAML \
valgrind && \
rm -rf /var/cache/yum/*
RUN yum install -y \
cloc \
jq && \
rm -rf /var/cache/yum/*

WORKDIR /libglvnd/
Expand Down

0 comments on commit 1255a00

Please sign in to comment.