fix dockerfile
This commit is contained in:
parent
6206589d98
commit
b90aa68103
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ RUN apt-get update && \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3.9 \
|
python3.9 \
|
||||||
python3.9-dev \
|
python3.9-dev \
|
||||||
|
python3-cffi \
|
||||||
python3-pip && \
|
python3-pip && \
|
||||||
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 && \
|
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Reference in a new issue