Skip to content

Commit

Permalink
wordpress: install simply static instead
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian committed Jan 28, 2024
1 parent 219f21b commit 14a8377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/wordpress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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 (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.org/plugin/simply-static.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)
Expand Down

0 comments on commit 14a8377

Please sign in to comment.