Skip to content

Commit c174d8f

Browse files
authored
[libc++][CI] Updates Docker LLDB dependencies. (#88174)
In order to test the LLDB data formatters make is required and SWIG needs to be updated to version 4. As drive-by, this patch sorts the entries and removes some duplicates.
1 parent 1fda177 commit c174d8f

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -72,33 +72,32 @@ RUN sudo apt-get update \
7272

7373
RUN sudo apt-get update \
7474
&& sudo apt-get install -y \
75-
python3 \
76-
python3-distutils \
77-
python3-psutil \
78-
git \
79-
gdb \
80-
ccache \
81-
gpg \
82-
wget \
8375
bash \
76+
ccache \
8477
curl \
85-
python3 \
86-
python3-dev \
87-
libpython3-dev \
88-
uuid-dev \
89-
libncurses5-dev \
90-
swig3.0 \
91-
libxml2-dev \
92-
libedit-dev \
78+
gdb \
79+
git \
80+
gpg \
9381
language-pack-en \
9482
language-pack-fr \
9583
language-pack-ja \
9684
language-pack-ru \
9785
language-pack-zh-hans \
86+
libedit-dev \
87+
libncurses5-dev \
88+
libpython3-dev \
89+
libxml2-dev \
9890
lsb-release \
99-
wget \
100-
unzip \
91+
make \
92+
python3 \
93+
python3-dev \
94+
python3-distutils \
95+
python3-psutil \
10196
software-properties-common \
97+
swig4.0 \
98+
unzip \
99+
uuid-dev \
100+
wget \
102101
&& sudo rm -rf /var/lib/apt/lists/*
103102

104103

0 commit comments

Comments
 (0)