Skip to content

Commit

Permalink
fix(deps) install pip without build-essential
Browse files Browse the repository at this point in the history
Speeds up build and reduces image size.
  • Loading branch information
fffonion authored and Tieske committed Oct 12, 2023
1 parent c7658bd commit 8409030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/install-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ then
rm -rf /tmp/Python-$PYTHON_SRC_VERSION
else
echo Installing Python from package source
apt install -y python3 python3-pip
apt install -y python3 python3-pip --no-install-recommends
fi
echo "$(python3 --version) installed"

0 comments on commit 8409030

Please sign in to comment.