diff options
author | louiz’ <louiz@louiz.org> | 2017-01-04 01:53:53 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-01-04 01:53:53 +0100 |
commit | eecb95352e4d903dd72501fd69a5676928ee8aae (patch) | |
tree | a4b0fee58aa7c273720ef9fd97b99cb97f7664d0 /docker/biboumi-test/debian/Dockerfile | |
parent | 493b0d1754b8efecba6dc9ef8d0883b038c73a2b (diff) | |
download | biboumi-eecb95352e4d903dd72501fd69a5676928ee8aae.tar.gz biboumi-eecb95352e4d903dd72501fd69a5676928ee8aae.tar.bz2 biboumi-eecb95352e4d903dd72501fd69a5676928ee8aae.tar.xz biboumi-eecb95352e4d903dd72501fd69a5676928ee8aae.zip |
Add libasan and libubsan in the test docker images
Diffstat (limited to 'docker/biboumi-test/debian/Dockerfile')
-rw-r--r-- | docker/biboumi-test/debian/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/biboumi-test/debian/Dockerfile b/docker/biboumi-test/debian/Dockerfile index c6fc586..406dc44 100644 --- a/docker/biboumi-test/debian/Dockerfile +++ b/docker/biboumi-test/debian/Dockerfile @@ -19,6 +19,8 @@ RUN apt install -y libidn11-dev RUN apt install -y uuid-dev RUN apt install -y libsystemd-dev RUN apt install -y pandoc +RUN apt install -y libasan2 +RUN apt install -y libubsan0 # Needed to run tests RUN apt install -y git |