Update Dockerfile

This commit is contained in:
Ralph 2024-01-03 10:03:26 -05:00 committed by GitHub
parent 8366bc5721
commit 6d148285a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ RUN apt-get update && \
python3.9-dev \
python3-cffi \
python3-pip \
curl \
zstd && \
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 && \
rm -rf /var/lib/apt/lists/*