File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed
Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV PHP_FPM_POOL_DIR=${PHP_FPM_DIR}/pool.d
1313# INSTALLATION
1414RUN apt-get update && apt-get dist-upgrade -y && \
1515 # DEPENDENCIES #############################################################
16- apt-get install -y wget curl git && \
16+ apt-get install -y wget curl apt-transport-https ca-certificates git unzip && \
1717 # PHP DOTDEB ###############################################################
1818 echo 'deb http://packages.dotdeb.org wheezy-php55 all' >> /etc/apt/sources.list.d/dotdeb.list && \
1919 echo 'deb-src http://packages.dotdeb.org wheezy-php55 all' >> /etc/apt/sources.list.d/dotdeb.list && \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV PHP_CGI_CONF_DIR=${PHP_CGI_DIR}/conf.d
1010# INSTALLATION
1111RUN apt-get update && apt-get dist-upgrade -y && \
1212 # DEPENDENCIES #############################################################
13- apt-get install -y wget curl git && \
13+ apt-get install -y wget curl apt-transport-https ca-certificates git unzip && \
1414 # PHP DOTDEB ###############################################################
1515 echo 'deb http://packages.dotdeb.org wheezy-php55 all' >> /etc/apt/sources.list.d/dotdeb.list && \
1616 echo 'deb-src http://packages.dotdeb.org wheezy-php55 all' >> /etc/apt/sources.list.d/dotdeb.list && \
@@ -29,10 +29,10 @@ RUN apt-get update && apt-get dist-upgrade -y && \
2929 php5-ldap \
3030 php5-mcrypt \
3131 php5-memcache \
32- php5-mongo \
32+ # php5-mongo \
3333 php5-mysql \
3434 php5-pgsql \
35- php5-redis \
35+ # php5-redis \
3636 php5-sqlite \
3737 php5-ssh2 \
3838 php5-xmlrpc \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV TZ=Europe/Prague
1414# INSTALLATION
1515RUN apt-get update && apt-get dist-upgrade -y && \
1616 # DEPENDENCIES #############################################################
17- apt-get install -y wget curl apt-transport-https ca-certificates git && \
17+ apt-get install -y wget curl apt-transport-https ca-certificates git unzip && \
1818 # PHP DEB.SURY.CZ ##########################################################
1919 wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
2020 echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV TZ=Europe/Prague
1111# INSTALLATION
1212RUN apt-get update && apt-get dist-upgrade -y && \
1313 # DEPENDENCIES #############################################################
14- apt-get install -y wget curl apt-transport-https ca-certificates git && \
14+ apt-get install -y wget curl apt-transport-https ca-certificates git unzip && \
1515 # PHP DEB.SURY.CZ ##########################################################
1616 wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
1717 echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV TZ=Europe/Prague
1414# INSTALLATION
1515RUN apt update && apt dist-upgrade -y && \
1616 # DEPENDENCIES #############################################################
17- apt install -y wget curl apt-transport-https ca-certificates git && \
17+ apt install -y wget curl apt-transport-https ca-certificates git unzip && \
1818 # PHP DEB.SURY.CZ ##########################################################
1919 wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
2020 echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV TZ=Europe/Prague
1111# INSTALLATION
1212RUN apt update && apt dist-upgrade -y && \
1313 # DEPENDENCIES #############################################################
14- apt install -y wget curl apt-transport-https ca-certificates git && \
14+ apt install -y wget curl apt-transport-https ca-certificates git unzip && \
1515 # PHP DEB.SURY.CZ ##########################################################
1616 wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
1717 echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV TZ=Europe/Prague
1414# INSTALLATION
1515RUN apt update && apt dist-upgrade -y && \
1616 # DEPENDENCIES #############################################################
17- apt install -y wget curl apt-transport-https ca-certificates git && \
17+ apt install -y wget curl apt-transport-https ca-certificates git unzip && \
1818 # PHP DEB.SURY.CZ ##########################################################
1919 wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
2020 echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV TZ=Europe/Prague
1111# INSTALLATION
1212RUN apt update && apt dist-upgrade -y && \
1313 # DEPENDENCIES #############################################################
14- apt install -y wget curl apt-transport-https ca-certificates git && \
14+ apt install -y wget curl apt-transport-https ca-certificates git unzip && \
1515 # PHP DEB.SURY.CZ ##########################################################
1616 wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
1717 echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV TZ=Europe/Prague
1414# INSTALLATION
1515RUN apt update && apt dist-upgrade -y && \
1616 # DEPENDENCIES #############################################################
17- apt install -y wget curl apt-transport-https ca-certificates git && \
17+ apt install -y wget curl apt-transport-https ca-certificates git unzip && \
1818 # PHP DEB.SURY.CZ ##########################################################
1919 wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
2020 echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV TZ=Europe/Prague
1111# INSTALLATION
1212RUN apt update && apt dist-upgrade -y && \
1313 # DEPENDENCIES #############################################################
14- apt install -y wget curl apt-transport-https ca-certificates git && \
14+ apt install -y wget curl apt-transport-https ca-certificates git unzip && \
1515 # PHP DEB.SURY.CZ ##########################################################
1616 wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
1717 echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
You can’t perform that action at this time.
0 commit comments