We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a7d24 commit f36825bCopy full SHA for f36825b
docker/wp5.7/php-8.0.Dockerfile
@@ -0,0 +1,11 @@
1
+FROM wordpress:5.7-php8.0
2
+
3
+RUN usermod -u 1000 www-data
4
5
+RUN a2disconf remoteip && a2dismod remoteip && service apache2 restart
6
7
+RUN apt-get update && apt-get install -y git libmemcached-dev zlib1g-dev \
8
+&& pecl install -o -f redis memcached \
9
+&& rm -rf /tmp/pear \
10
+&& docker-php-ext-enable redis memcached \
11
+&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
0 commit comments