Skip to content
Snippets Groups Projects
Commit b866420e authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

Dockerfile: also install python3-wheel, needed for pip bdist_wheel

parent 0a39c45f
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ RUN apt-get update && \
apt-get install --no-install-recommends --yes \
curl time \
gcc pkg-config libsystemd-dev python3-dev \
python3-pip python3-setuptools && \
python3-pip python3-setuptools python3-wheel && \
rm -rf /var/lib/apt/lists/* && \
pip3 install swh.graph
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment