mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-27 05:06:09 +02:00
Add meson to all images
This commit is contained in:

committed by
Jonas Vautherin

parent
c9273a20f5
commit
4f590a193b
@ -27,6 +27,6 @@ ${PYTHON} get-pip.py --ignore-installed
|
||||
rm get-pip.py
|
||||
|
||||
${PYTHON} -m pip install --upgrade --ignore-installed setuptools
|
||||
${PYTHON} -m pip install --ignore-installed conan
|
||||
${PYTHON} -m pip install --ignore-installed conan meson
|
||||
# Purge cache to save space: https://stackoverflow.com/questions/37513597/is-it-safe-to-delete-cache-pip-directory
|
||||
${PYTHON} -m pip cache purge
|
||||
|
Reference in New Issue
Block a user