Skip to content

Commit

Permalink
Unify dependencies
Browse files Browse the repository at this point in the history
See: wget curl apt-transport-https ca-certificates git unzip
  • Loading branch information
f3l1x committed Feb 2, 2020
1 parent c18c9cc commit 2396600
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 5.5-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PHP_FPM_POOL_DIR=${PHP_FPM_DIR}/pool.d
# INSTALLATION
RUN apt-get update && apt-get dist-upgrade -y && \
# DEPENDENCIES #############################################################
apt-get install -y wget curl git && \
apt-get install -y wget curl apt-transport-https ca-certificates git unzip && \
# PHP DOTDEB ###############################################################
echo 'deb http://packages.dotdeb.org wheezy-php55 all' >> /etc/apt/sources.list.d/dotdeb.list && \
echo 'deb-src http://packages.dotdeb.org wheezy-php55 all' >> /etc/apt/sources.list.d/dotdeb.list && \
Expand Down
6 changes: 3 additions & 3 deletions 5.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV PHP_CGI_CONF_DIR=${PHP_CGI_DIR}/conf.d
# INSTALLATION
RUN apt-get update && apt-get dist-upgrade -y && \
# DEPENDENCIES #############################################################
apt-get install -y wget curl git && \
apt-get install -y wget curl apt-transport-https ca-certificates git unzip && \
# PHP DOTDEB ###############################################################
echo 'deb http://packages.dotdeb.org wheezy-php55 all' >> /etc/apt/sources.list.d/dotdeb.list && \
echo 'deb-src http://packages.dotdeb.org wheezy-php55 all' >> /etc/apt/sources.list.d/dotdeb.list && \
Expand All @@ -29,10 +29,10 @@ RUN apt-get update && apt-get dist-upgrade -y && \
php5-ldap \
php5-mcrypt \
php5-memcache \
php5-mongo \
#php5-mongo \
php5-mysql \
php5-pgsql \
php5-redis \
#php5-redis \
php5-sqlite \
php5-ssh2 \
php5-xmlrpc \
Expand Down
2 changes: 1 addition & 1 deletion 5.6-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV TZ=Europe/Prague
# INSTALLATION
RUN apt-get update && apt-get dist-upgrade -y && \
# DEPENDENCIES #############################################################
apt-get install -y wget curl apt-transport-https ca-certificates git && \
apt-get install -y wget curl apt-transport-https ca-certificates git unzip && \
# PHP DEB.SURY.CZ ##########################################################
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Expand Down
2 changes: 1 addition & 1 deletion 5.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV TZ=Europe/Prague
# INSTALLATION
RUN apt-get update && apt-get dist-upgrade -y && \
# DEPENDENCIES #############################################################
apt-get install -y wget curl apt-transport-https ca-certificates git && \
apt-get install -y wget curl apt-transport-https ca-certificates git unzip && \
# PHP DEB.SURY.CZ ##########################################################
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Expand Down
2 changes: 1 addition & 1 deletion 7.0-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV TZ=Europe/Prague
# INSTALLATION
RUN apt update && apt dist-upgrade -y && \
# DEPENDENCIES #############################################################
apt install -y wget curl apt-transport-https ca-certificates git && \
apt install -y wget curl apt-transport-https ca-certificates git unzip && \
# PHP DEB.SURY.CZ ##########################################################
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Expand Down
2 changes: 1 addition & 1 deletion 7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV TZ=Europe/Prague
# INSTALLATION
RUN apt update && apt dist-upgrade -y && \
# DEPENDENCIES #############################################################
apt install -y wget curl apt-transport-https ca-certificates git && \
apt install -y wget curl apt-transport-https ca-certificates git unzip && \
# PHP DEB.SURY.CZ ##########################################################
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Expand Down
2 changes: 1 addition & 1 deletion 7.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV TZ=Europe/Prague
# INSTALLATION
RUN apt update && apt dist-upgrade -y && \
# DEPENDENCIES #############################################################
apt install -y wget curl apt-transport-https ca-certificates git && \
apt install -y wget curl apt-transport-https ca-certificates git unzip && \
# PHP DEB.SURY.CZ ##########################################################
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Expand Down
2 changes: 1 addition & 1 deletion 7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV TZ=Europe/Prague
# INSTALLATION
RUN apt update && apt dist-upgrade -y && \
# DEPENDENCIES #############################################################
apt install -y wget curl apt-transport-https ca-certificates git && \
apt install -y wget curl apt-transport-https ca-certificates git unzip && \
# PHP DEB.SURY.CZ ##########################################################
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Expand Down
2 changes: 1 addition & 1 deletion 7.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV TZ=Europe/Prague
# INSTALLATION
RUN apt update && apt dist-upgrade -y && \
# DEPENDENCIES #############################################################
apt install -y wget curl apt-transport-https ca-certificates git && \
apt install -y wget curl apt-transport-https ca-certificates git unzip && \
# PHP DEB.SURY.CZ ##########################################################
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Expand Down
2 changes: 1 addition & 1 deletion 7.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV TZ=Europe/Prague
# INSTALLATION
RUN apt update && apt dist-upgrade -y && \
# DEPENDENCIES #############################################################
apt install -y wget curl apt-transport-https ca-certificates git && \
apt install -y wget curl apt-transport-https ca-certificates git unzip && \
# PHP DEB.SURY.CZ ##########################################################
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list && \
Expand Down

0 comments on commit 2396600

Please sign in to comment.