mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 06:55:36 +01:00
Add wheel
This commit is contained in:
@@ -13,7 +13,7 @@ RUN unzip fb2c_linux_amd64.zip
|
||||
WORKDIR /root/poetry
|
||||
COPY pyproject.toml poetry.lock /root/poetry/
|
||||
|
||||
RUN pip install poetry --no-cache-dir \
|
||||
RUN pip install poetry wheel --no-cache-dir \
|
||||
&& poetry export --without-hashes > requirements.txt
|
||||
|
||||
ENV VENV_PATH=/opt/venv
|
||||
|
||||
Reference in New Issue
Block a user