🚧 core: Install wheel

This commit is contained in:
Gerber, Mike 2023-04-05 11:17:42 +02:00
parent 7bb9dd6141
commit 2a2bfa337c

View file

@ -51,7 +51,7 @@ RUN \
pyenv install 3.7 && \
pyenv global 3.7 && \
pyenv rehash && \
pip install -U pip && \
pip install -U pip wheel && \
pip install setuptools
# Install pip installable-stuff