aboutsummaryrefslogtreecommitdiff
path: root/tcwg-base/Dockerfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-base/Dockerfile.in')
-rw-r--r--tcwg-base/Dockerfile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcwg-base/Dockerfile.in b/tcwg-base/Dockerfile.in
index 567a3729..9eafcb1a 100644
--- a/tcwg-base/Dockerfile.in
+++ b/tcwg-base/Dockerfile.in
@@ -65,6 +65,8 @@ RUN apt-get update \
# libc6-dbg is necessary for armhf debugging, but also helps on aarch64.
libc6-dbg \
libcc1-0 \
+# For building lldb.
+ libedit-dev \
libexpat1-dev \
libffi-dev \
libglib2.0-dev \
@@ -86,6 +88,8 @@ RUN apt-get update \
# focal installs libtinfo6 instead.
libtinfo5 \
libtool \
+# For building lldb.
+ libxml2-dev \
llvm \
locales \
lzop \