Skip to content

Commit

Permalink
always use pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed May 21, 2024
1 parent af60c75 commit 5db00c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile-extra
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -eux
# disable the pip config temporary to install packages to the global storage
export PIP_CONFIG_FILE=/dev/null

pip freeze | grep mcdreforged >> /tmp/requirements_extra.txt
pip3 freeze | grep mcdreforged >> /tmp/requirements_extra.txt
pip3 install -r /tmp/requirements_extra.txt

rm -f /tmp/requirements_extra.txt
Expand Down

0 comments on commit 5db00c2

Please sign in to comment.