mirror of
https://github.com/jgeusebroek/docker-spotweb.git
synced 2025-06-06 23:57:26 +02:00
Support PostgreSQL
This commit is contained in:
parent
750b7dd44c
commit
7f73460e78
@ -3,15 +3,15 @@ MAINTAINER Jeroen Geusebroek <me@jeroengeusebroek.nl>
|
|||||||
|
|
||||||
ENV DEBIAN_FRONTEND="noninteractive" \
|
ENV DEBIAN_FRONTEND="noninteractive" \
|
||||||
TERM="xterm" \
|
TERM="xterm" \
|
||||||
APTLIST="apache2 php7.1 php7.1-curl php7.1-gd php7.1-gmp php7.1-mysql php7.1-xml php7.1-xmlrpc php7.1-mbstring php7.1-zip git-core cron" \
|
APTLIST="apache2 php7.1 php7.1-curl php7.1-gd php7.1-gmp php7.1-mysql php7.1-pgsql php7.1-xml php7.1-xmlrpc php7.1-mbstring php7.1-zip git-core cron" \
|
||||||
REFRESHED_AT='2018-03-16'
|
REFRESHED_AT='2018-04-18'
|
||||||
|
|
||||||
RUN echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/02apt-speedup &&\
|
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 && \
|
echo "Acquire::http {No-Cache=True;};" > /etc/apt/apt.conf.d/no-cache && \
|
||||||
apt-get -q update && \
|
apt-get -q update && \
|
||||||
apt-get -qy dist-upgrade && \
|
apt-get -qy dist-upgrade && \
|
||||||
apt-get install -qy $APTLIST && \
|
apt-get install -qy $APTLIST && \
|
||||||
|
\
|
||||||
# Cleanup
|
# Cleanup
|
||||||
apt-get -y autoremove && \
|
apt-get -y autoremove && \
|
||||||
apt-get -y clean && \
|
apt-get -y clean && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user