From 219f21bfe3f249ace4651ed1d2dd632eb40975f2 Mon Sep 17 00:00:00 2001 From: lillian Date: Sun, 28 Jan 2024 18:24:13 -0500 Subject: [PATCH] wordpress: install wp2static --- docker/wordpress/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/wordpress/Dockerfile b/docker/wordpress/Dockerfile index afc3464..25ddb95 100644 --- a/docker/wordpress/Dockerfile +++ b/docker/wordpress/Dockerfile @@ -7,6 +7,7 @@ RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.or RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.org/plugin/flamingo.2.4.zip | busybox unzip -) RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.org/plugin/wp-security-audit-log.zip | busybox unzip -) RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.org/plugin/wpdirauth.1.10.7.zip | busybox unzip -) +RUN (cd wordpress/wp-content/plugins && wget -O - https://github.com/elementor/wp2static/archive/refs/tags/7.2.zip | busybox unzip -) RUN rm wordpress/wp-content/plugins/hello.php RUN (cd wordpress/wp-content/themes && git clone https://github.com/hacklabto/pixeled-wordpress-theme pixeled && rm -rf pixeled/.git)