File tree Expand file tree Collapse file tree 7 files changed +0
-14
lines changed
Expand file tree Collapse file tree 7 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 11FROM wordpress:4.9-php7.2
22
3- RUN a2disconf remoteip && a2dismod remoteip && service apache2 restart
4-
53RUN apt-get update && apt-get install -y git libmemcached-dev zlib1g-dev \
64&& pecl install -o -f redis memcached \
75&& rm -rf /tmp/pear \
Original file line number Diff line number Diff line change 11FROM wordpress:5.0-php7.2
22
3- RUN a2disconf remoteip && a2dismod remoteip && service apache2 restart
4-
53RUN apt-get update && apt-get install -y git libmemcached-dev zlib1g-dev \
64&& pecl install -o -f redis memcached \
75&& rm -rf /tmp/pear \
Original file line number Diff line number Diff line change 11FROM wordpress:5.0-php7.3
22
3- RUN a2disconf remoteip && a2dismod remoteip && service apache2 restart
4-
53RUN apt-get update && apt-get install -y git libmemcached-dev zlib1g-dev \
64&& pecl install -o -f redis memcached \
75&& rm -rf /tmp/pear \
Original file line number Diff line number Diff line change 11FROM wordpress:5.0-php7.4
22
3- RUN a2disconf remoteip && a2dismod remoteip && service apache2 restart
4-
53RUN apt-get update && apt-get install -y git libmemcached-dev zlib1g-dev \
64&& pecl install -o -f redis memcached \
75&& rm -rf /tmp/pear \
Original file line number Diff line number Diff line change 11FROM wordpress:5.1-php7.2
22
3- RUN a2disconf remoteip && a2dismod remoteip && service apache2 restart
4-
53RUN apt-get update && apt-get install -y git libmemcached-dev zlib1g-dev \
64&& pecl install -o -f redis memcached \
75&& rm -rf /tmp/pear \
Original file line number Diff line number Diff line change 11FROM wordpress:5.1-php7.3
22
3- RUN a2disconf remoteip && a2dismod remoteip && service apache2 restart
4-
53RUN apt-get update && apt-get install -y git libmemcached-dev zlib1g-dev \
64&& pecl install -o -f redis memcached \
75&& rm -rf /tmp/pear \
Original file line number Diff line number Diff line change 11FROM wordpress:5.1-php7.4
22
3- RUN a2disconf remoteip && a2dismod remoteip && service apache2 restart
4-
53RUN apt-get update && apt-get install -y git libmemcached-dev zlib1g-dev \
64&& pecl install -o -f redis memcached \
75&& rm -rf /tmp/pear \
You can’t perform that action at this time.
0 commit comments