Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
XxAcielxX authored May 1, 2024
1 parent b16bfa6 commit cf9d49b
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 @@ -11,7 +11,7 @@ LABEL org.opencontainers.image.source="https://github.com/XxAcielxX/docker-rutor
# modifications
RUN \
echo "**** apply patches for /downloads ****" && \
sed -i -e '152s/themes [*\]/themes/; 247s_[*/]_/downloads_; 153,154d;392,393d' '/etc/cont-init.d/03-config.sh' && \
sed -i -e '152s/themes [*\]/themes/; 247s_[*/]_/downloads_; 153,154d;393,394d' '/etc/cont-init.d/03-config.sh' && \
sed -i -e '5,23s/[*/]complete//' '/tpls/etc/nginx/conf.d/webdav.conf' && \
sed -i -e '/pex\.set/s/yes/no/; /umask\.set/s/^/#/; 56,60d' '/tpls/.rtorrent.rc' && \
sed -i -e '/complete\//d; /temp\//d; /directory\.default/s/download_temp/download/' '/tpls/etc/rtorrent/.rtlocal.rc'
Expand Down

0 comments on commit cf9d49b

Please sign in to comment.