We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5f508 commit 3574dc6Copy full SHA for 3574dc6
1 file changed
Dockerfile
@@ -27,8 +27,7 @@ RUN apt-get update && \
27
libcairo2-dev \
28
python3-pip \
29
python${PYTHON_VERSION} \
30
- python${PYTHON_VERSION}-dev \
31
- python${PYTHON_VERSION}-distutils && \
+ python${PYTHON_VERSION}-dev && \
32
rm -rf /var/lib/apt/lists/*
33
34
# Use UTF-8.
0 commit comments