Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolguy3289 authored Jan 3, 2024
1 parent f733038 commit 4225996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN apt-get update && \
python3.9 \
python3.9-dev \
python3-cffi \
python3-pip && \
python3-pip
zstd && \
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 4225996

Please sign in to comment.