Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 923b8b9

Browse files
authored
Add cppunit-devel for Bazel 3 (#3513)
* Add cppunit-devel for centos Dockerfile * Add cppunit-devel for Dockerfile
1 parent 2a4f112 commit 923b8b9

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docker/compile/Dockerfile.centos7

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN yum -y install \
3636
make \
3737
patch \
3838
python-devel \
39+
cppunit-devel \
3940
zip \
4041
unzip \
4142
wget \

docker/compile/Dockerfile.debian9

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN apt-get update && apt-get -y install \
3030
git \
3131
libtool \
3232
libtool-bin \
33+
libcppunit-dev \
3334
python-dev \
3435
python3-dev \
3536
software-properties-common \

docker/compile/Dockerfile.ubuntu14.04

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN apt-get update && apt-get -y install \
3434
git \
3535
libtool \
3636
python-dev \
37+
libcppunit-dev \
3738
zip \
3839
unzip \
3940
wget \

docker/compile/Dockerfile.ubuntu16.04

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN apt-get update && apt-get -y install \
3232
libunwind8 \
3333
libunwind-setjmp0-dev \
3434
python-dev \
35+
libcppunit-dev \
3536
tree \
3637
zip \
3738
unzip \

0 commit comments

Comments
 (0)