File tree 8 files changed +8
-8
lines changed 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN apt-get update -y \
69
69
cron \
70
70
&& apt-get autoremove -y \
71
71
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
72
- && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip \
72
+ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache \
73
73
&& docker-php-ext-configure pgsql -with-pgsql \
74
74
&& docker-php-ext-install pdo_pgsql pgsql \
75
75
&& docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)/ \
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN apt-get update -y \
69
69
cron \
70
70
&& apt-get autoremove -y \
71
71
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
72
- && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip \
72
+ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache \
73
73
&& docker-php-ext-configure pgsql -with-pgsql \
74
74
&& docker-php-ext-install pdo_pgsql pgsql \
75
75
&& docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)/ \
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN apt-get update -y \
69
69
cron \
70
70
&& apt-get autoremove -y \
71
71
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
72
- && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip \
72
+ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache \
73
73
&& docker-php-ext-configure pgsql -with-pgsql \
74
74
&& docker-php-ext-install pdo_pgsql pgsql \
75
75
&& docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)/ \
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN apt-get update -y \
69
69
cron \
70
70
&& apt-get autoremove -y \
71
71
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
72
- && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip \
72
+ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache \
73
73
&& docker-php-ext-configure pgsql -with-pgsql \
74
74
&& docker-php-ext-install pdo_pgsql pgsql \
75
75
&& docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)/ \
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN apt-get update -y \
69
69
cron \
70
70
&& apt-get autoremove -y \
71
71
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
72
- && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip \
72
+ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache \
73
73
&& docker-php-ext-configure pgsql -with-pgsql \
74
74
&& docker-php-ext-install pdo_pgsql pgsql \
75
75
&& docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)/ \
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN apt-get update -y \
69
69
cron \
70
70
&& apt-get autoremove -y \
71
71
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
72
- && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip \
72
+ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache \
73
73
&& docker-php-ext-configure pgsql -with-pgsql \
74
74
&& docker-php-ext-install pdo_pgsql pgsql \
75
75
&& docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)/ \
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN apt-get update -y \
69
69
cron \
70
70
&& apt-get autoremove -y \
71
71
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
72
- && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip \
72
+ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache \
73
73
&& docker-php-ext-configure pgsql -with-pgsql \
74
74
&& docker-php-ext-install pdo_pgsql pgsql \
75
75
&& docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)/ \
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN apt-get update -y \
69
69
cron \
70
70
&& apt-get autoremove -y \
71
71
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
72
- && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip \
72
+ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache \
73
73
&& docker-php-ext-configure pgsql -with-pgsql \
74
74
&& docker-php-ext-install pdo_pgsql pgsql \
75
75
&& docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)/ \
You can’t perform that action at this time.
0 commit comments