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 e9d2d43 commit 05b549cCopy full SHA for 05b549c
Dockerfile
@@ -62,6 +62,9 @@ RUN curl -o wordpress.tar.gz -SL https://wordpress.org/wordpress-${WORDPRESS_VER
62
&& rm wordpress.tar.gz \
63
&& chown -R nobody.nobody /usr/src/wordpress
64
65
+# Create symlink for php
66
+RUN ln -s /usr/bin/php82 /usr/bin/php
67
+
68
# Add WP CLI
69
RUN curl -o /usr/local/bin/wp https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar \
70
&& chmod +x /usr/local/bin/wp
0 commit comments