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

add requirements for Cython

parent 1a51a47a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ 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
# install python-dev and gcc for Cython
RUN apt-get install -y python3 python3-pip python3-venv python3-dev gcc
# install pipx
ENV TZ=Europe/Berlin
......
......@@ -8,7 +8,8 @@ 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 cython3
# install python-dev and gcc for Cython
RUN apt-get install -y python3 python3-pip python3-venv python3-dev gcc
# 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