Skip to content

Commit

Permalink
remove no-use-pep517
Browse files Browse the repository at this point in the history
  • Loading branch information
nlef committed Mar 7, 2024
1 parent 598a214 commit 56f3540
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 @@ -20,7 +20,7 @@ RUN groupadd moonraker-telegram-bot --gid 1000 \

COPY --chown=moonraker-telegram-bot:moonraker-telegram-bot . ./moonraker-telegram-bot
RUN virtualenv -p /usr/bin/python3 --system-site-packages venv \
&& venv/bin/pip install --no-use-pep517 --no-cache-dir -r moonraker-telegram-bot/scripts/requirements.txt
&& venv/bin/pip install --no-cache-dir -r moonraker-telegram-bot/scripts/requirements.txt

USER moonraker-telegram-bot
VOLUME [ "/opt/printer_data/logs", "/opt/printer_data/config", "/opt/timelapse","/opt/timelapse_finished"]
Expand Down

0 comments on commit 56f3540

Please sign in to comment.