Skip to content

Commit aa8a3ec

Browse files
fix: clean up build dependencies
1 parent bf5db29 commit aa8a3ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Dockerfile

+10
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,14 @@ RUN set -eu \
3030
&& PYTHON="$(which python3)" ./configure \
3131
&& make install -j$(nproc) \
3232
&& cd \
33+
&& apt-get remove -y \
34+
git \
35+
python3 \
36+
python3-venv \
37+
python3-sphinx \
38+
python3-sphinx-rtd-theme \
39+
ninja-build \
40+
build-essential \
41+
flex \
42+
bison \
3343
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/

0 commit comments

Comments
 (0)