Dockerfile: constrain maturin version

pull/222/head
Edmond 3 years ago
parent efddc4f5b5
commit 8d94a1a85c
  1. 2
      .devcontainer/Dockerfile

@ -16,7 +16,7 @@ ENV VIRTUAL_ENV=/opt/venv
RUN python -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
RUN pip install --no-cache-dir \
maturin \
"maturin>=0.9,<0.10" \
sphinx \
sphinx-autobuild

Loading…
Cancel
Save