From d10987145067cc5def50371518b74fab9db5cdda Mon Sep 17 00:00:00 2001 From: Magicalex Date: Tue, 2 Jun 2020 03:01:29 +0200 Subject: [PATCH] update(): alpine 3.12 --- Dockerfile | 8 ++++---- bin/rtorrent-cleaner | 0 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 bin/rtorrent-cleaner diff --git a/Dockerfile b/Dockerfile index 1713a08..8334fbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " @@ -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 \ diff --git a/bin/rtorrent-cleaner b/bin/rtorrent-cleaner old mode 100644 new mode 100755