Skip to content

Commit

Permalink
update(): alpine 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
al3xLvs committed Jun 2, 2020
1 parent 571f25c commit d109871
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.12

LABEL description="rtorrent-cleaner is a tool to clean up unnecessary files in rtorrent" \
maintainer="magicalex <magicalex@mondedie.fr>"
Expand All @@ -7,11 +7,11 @@ ENV PHP_MEMORY_LIMIT=128M PHP_TIMEZONE=UTC

RUN apk add --no-progress --no-cache \
php7 \
php7-phar \
php7-iconv \
php7-json \
php7-mbstring \
php7-phar \
php7-xmlrpc \
php7-json \
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/releases/download/0.9.7/rtorrent-cleaner-php7.2.phar \
Expand Down
Empty file modified bin/rtorrent-cleaner
100644 → 100755
Empty file.

0 comments on commit d109871

Please # to comment.