Skip to content

Commit

Permalink
feat: install cython
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Dec 13, 2024
1 parent 10454ab commit 3b6439f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommend
python3 python3-venv python3-pip python3-dev && \
apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*

RUN pip3 install debugpy pytest
RUN pip3 install debugpy pytest cython

# install golang
RUN wget --no-check-certificate --progress=dot:mega https://go.dev/dl/go1.22.3.linux-amd64.tar.gz && \
Expand Down

0 comments on commit 3b6439f

Please sign in to comment.