aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2023-04-02 15:39:13 +0200
committerGitHub <noreply@github.com>2023-04-02 15:39:13 +0200
commitecb9b895c7690532e3a008917cb3867c8c3ae6b0 (patch)
tree4ebd2b6872ed045e94a1b1b8585e90c1d7453553
parenta5da4d54f315e830e2a901b8e75ae7e478401c6e (diff)
downloadi3-ecb9b895c7690532e3a008917cb3867c8c3ae6b0.tar.gz
i3-ecb9b895c7690532e3a008917cb3867c8c3ae6b0.zip
docker: fix missing address sanitizer dependency (#5466)
-rw-r--r--travis/travis-base.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/travis-base.Dockerfile b/travis/travis-base.Dockerfile
index 52ae0656..3733a9b8 100644
--- a/travis/travis-base.Dockerfile
+++ b/travis/travis-base.Dockerfile
@@ -16,7 +16,7 @@ RUN echo 'APT::Acquire::Retries "5";' > /etc/apt/apt.conf.d/80retry
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
dpkg-dev devscripts git equivs \
- build-essential clang \
+ build-essential clang libclang-rt-dev \
lintian \
libmodule-install-perl libanyevent-perl libextutils-pkgconfig-perl xcb-proto cpanminus xvfb xserver-xephyr xauth libinline-perl libinline-c-perl libxml-simple-perl libmouse-perl libmousex-nativetraits-perl libextutils-depends-perl perl libtest-deep-perl libtest-exception-perl libxml-parser-perl libtest-simple-perl libtest-fatal-perl libdata-dump-perl libtest-differences-perl libxml-tokeparser-perl libipc-run-perl libxcb-xtest0-dev libx11-xcb-perl libjson-xs-perl x11-xserver-utils && \
rm -rf /var/lib/apt/lists/*