Skip to content
Snippets Groups Projects
Commit 1a51a47a authored by Sebastian Karius's avatar Sebastian Karius
Browse files

add cython3

parent 9c494eb1
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y git wget curl
# install python, pip and venv
RUN apt-get install -y python3 python3-pip python3-venv
RUN apt-get install -y python3 python3-pip python3-venv cython3
# install pipx
ENV TZ=Europe/Berlin
......
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