mirror of
https://github.com/jgeusebroek/docker-spotweb.git
synced 2025-06-06 15:47:22 +02:00
Install php7.0-zip to support multiple nzb downloading
This commit is contained in:
parent
4a11932041
commit
e312e8718e
@ -3,8 +3,8 @@ MAINTAINER Jeroen Geusebroek <me@jeroengeusebroek.nl>
|
||||
|
||||
ENV DEBIAN_FRONTEND="noninteractive" \
|
||||
TERM="xterm" \
|
||||
APTLIST="apache2 php7.0 php7.0-curl php7.0-gd php7.0-gmp php7.0-mysql php7.0-xml php7.0-xmlrpc php7.0-mbstring git-core" \
|
||||
REFRESHED_AT='2016-12-26'
|
||||
APTLIST="apache2 php7.0 php7.0-curl php7.0-gd php7.0-gmp php7.0-mysql php7.0-xml php7.0-xmlrpc php7.0-mbstring php7.0-zip git-core" \
|
||||
REFRESHED_AT='2017-01-03'
|
||||
|
||||
RUN echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/02apt-speedup &&\
|
||||
echo "Acquire::http {No-Cache=True;};" > /etc/apt/apt.conf.d/no-cache && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user