Skip to content

Commit 2396600

Browse files
committed
Unify dependencies
See: wget curl apt-transport-https ca-certificates git unzip
1 parent c18c9cc commit 2396600

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

5.5-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV PHP_FPM_POOL_DIR=${PHP_FPM_DIR}/pool.d
1313
# INSTALLATION
1414
RUN 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 && \

5.5/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV PHP_CGI_CONF_DIR=${PHP_CGI_DIR}/conf.d
1010
# INSTALLATION
1111
RUN 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 \

5.6-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV TZ=Europe/Prague
1414
# INSTALLATION
1515
RUN 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 && \

5.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV TZ=Europe/Prague
1111
# INSTALLATION
1212
RUN 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 && \

7.0-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV TZ=Europe/Prague
1414
# INSTALLATION
1515
RUN 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 && \

7.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV TZ=Europe/Prague
1111
# INSTALLATION
1212
RUN 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 && \

7.1-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV TZ=Europe/Prague
1414
# INSTALLATION
1515
RUN 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 && \

7.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV TZ=Europe/Prague
1111
# INSTALLATION
1212
RUN 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 && \

7.2-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV TZ=Europe/Prague
1414
# INSTALLATION
1515
RUN 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 && \

7.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV TZ=Europe/Prague
1111
# INSTALLATION
1212
RUN 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 && \

0 commit comments

Comments
 (0)