Skip to content

Commit 3574dc6

Browse files
authored
chore: remove disutils to fix failing build (#4570)
1 parent 5a5f508 commit 3574dc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ RUN apt-get update && \
2727
libcairo2-dev \
2828
python3-pip \
2929
python${PYTHON_VERSION} \
30-
python${PYTHON_VERSION}-dev \
31-
python${PYTHON_VERSION}-distutils && \
30+
python${PYTHON_VERSION}-dev && \
3231
rm -rf /var/lib/apt/lists/*
3332

3433
# Use UTF-8.

0 commit comments

Comments
 (0)