Skip to content

Commit

Permalink
DF-DOCKER: Enable forcing request for existing or monitored content. …
Browse files Browse the repository at this point in the history
…Will issue search using arr cmd structure. Update to python 3.13. Update test version.
  • Loading branch information
nickheyer committed Jan 14, 2025
1 parent d5ecd64 commit afb8735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ RUN set -ex \
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
&& find /usr/local/lib/python3.12 -name '__pycache__' -exec rm -r {} + \
&& find /usr/local/lib/python3.12 -name '*.pyc' -delete
&& find /usr/local/lib/python3.13 -name '__pycache__' -exec rm -r {} + \
&& find /usr/local/lib/python3.13 -name '*.pyc' -delete

EXPOSE 5454
CMD ["sh", "./run.sh"]
Expand Down

0 comments on commit afb8735

Please sign in to comment.