mirror of https://github.com/MISP/misp-docker
Cleanup
parent
e131f85e55
commit
d6c9bf200e
|
@ -33,7 +33,6 @@ EOF
|
|||
RUN pip install poetry
|
||||
RUN sed -i "s/^python = .*/python = \"$(python -c 'import platform; print(platform.python_version())')\"/" pyproject.toml
|
||||
RUN poetry lock
|
||||
# RUN poetry install --with unstable
|
||||
RUN poetry self add poetry-plugin-export
|
||||
RUN poetry export --with unstable --without-hashes -f requirements.txt -o requirements.txt
|
||||
RUN pip wheel -r requirements.txt --no-cache-dir -w /wheels/
|
||||
|
|
Loading…
Reference in New Issue