From 06fb7db7e39d23348d99c986526b707f9cd12158 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 23 Dec 2021 10:41:21 +0100 Subject: [PATCH] Add pigz utility --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6f16334..b8d32ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.14.2 +FROM alpine:3.15.0 LABEL maintainer="Adrien Ferrand " @@ -13,7 +13,8 @@ RUN apk --no-cache --update add \ supervisor \ perl perl-archive-zip perl-xml-rss perl-cgi perl-file-listing perl-json-xs \ expat samba-client iputils openssh openssl rrdtool ttf-dejavu \ - msmtp lighttpd lighttpd-mod_auth gzip apache2-utils tzdata libstdc++ libgomp \ + msmtp lighttpd lighttpd-mod_auth apache2-utils tzdata libstdc++ libgomp \ + gzip pigz \ && apk --no-cache --update -X http://dl-cdn.alpinelinux.org/alpine/edge/community add par2cmdline \ # Install backuppc build dependencies && apk --no-cache --update --virtual build-dependencies add \