File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ FROM debian:stable
22
33# Update repos install packages and cleanup
44# all in one step so we avoid large intermediate layers.
5- RUN apt-get update && \
5+ RUN apt-get update && \
66 apt-get install -y wget gnupg2 git libzip4 apt-transport-https lsb-release ca-certificates && \
77 wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
88 echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list && \
99 apt-get update && \
10- apt-get install -y php7.4 -cli php7.4 -common php7.4 -mbstring \
11- php7.4 -gd php7.4 -imagick php7.4 -intl php7.4 -bz2 php7.4 -xml \
12- php7.4 -mysql php7.4 -zip php7.4 -dev curl php7.4 -curl \
13- php-dompdf php7.4 -apcu redis-server php7.4 -redis php7.4 -smbclient \
14- php7.4 -ldap unzip php7.4 -pgsql php7.4 -sqlite make apache2 \
15- php7.4 -json php7.4 -opcache libmagickcore-6.q16-2-extra \
16- libapache2-mod-php7.4 && \
10+ apt-get install -y php7.2 -cli php7.2 -common php7.2 -mbstring \
11+ php7.2 -gd php7.2 -imagick php7.2 -intl php7.2 -bz2 php7.2 -xml \
12+ php7.2 -mysql php7.2 -zip php7.2 -dev curl php7.2 -curl \
13+ php-dompdf php7.2 -apcu redis-server php7.2 -redis php7.2 -smbclient \
14+ php7.2 -ldap unzip php7.2 -pgsql php7.2 -sqlite make apache2 \
15+ php7.2 -json php7.2 -opcache libmagickcore-6.q16-2-extra \
16+ libapache2-mod-php7.2 && \
1717 apt-get autoremove -y && apt-get autoclean && apt-get clean && \
1818 rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*
1919
You can’t perform that action at this time.
0 commit comments