Skip to content

Commit

Permalink
feat(): change .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Magicalex committed Jan 7, 2020
1 parent a2896b0 commit 87e5ed0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
composer.lock
vendor
box.phar
*.phar
test.php
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN apk add --no-progress --no-cache \
php7-iconv \
&& sed -i 's/memory_limit = .*/memory_limit = ${PHP_MEMORY_LIMIT}/' /etc/php7/php.ini \
&& sed -i 's/;date.timezone =/date.timezone = ${PHP_TIMEZONE}/' /etc/php7/php.ini \
&& wget https://github.com/Magicalex/rtorrent-cleaner/raw/0.9.6/rtorrent-cleaner-php7.phar \
&& mv --force rtorrent-cleaner-php7.phar /usr/local/bin/rtorrent-cleaner \
&& wget https://github.com/Magicalex/rtorrent-cleaner/releases/download/0.9.7/rtorrent-cleaner-php7.2.phar \
&& mv rtorrent-cleaner-php7.2.phar /usr/local/bin/rtorrent-cleaner \
&& chmod +x /usr/local/bin/rtorrent-cleaner

ENTRYPOINT ["rtorrent-cleaner"]

0 comments on commit 87e5ed0

Please sign in to comment.