We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb405e8 commit af9d05dCopy full SHA for af9d05d
Dockerfile
@@ -9,7 +9,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg ca-certif
9
python3-pip=* python3=* \
10
&& pip3 config set global.break-system-packages true \
11
&& ./install.sh --docker-install \
12
- && apt-get purge -y --autoremove python3-pip \
+ && apt-get purge -y --autoremove \
13
+ python3-pip python3-dev python3-pip \
14
+ automake build-essential cpp pkg-config libffi-dev libssl-dev \
15
&& apt-get clean \
16
&& rm -rf /var/lib/apt/lists/*
17
0 commit comments