Skip to content

Commit

Permalink
Add wp-super-cache plugin
Browse files Browse the repository at this point in the history
Might help with whatwg/misc-server#163.
  • Loading branch information
domenic committed Sep 26, 2021
1 parent dbcf8a7 commit 63abc9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
FROM wordpress:5.8.1
COPY org.whatwg.awesome /var/www/html/wp-content/themes/org.whatwg.awesome/

RUN apt-get update && apt-get install -y --no-install-recommends unzip && rm -rf /var/lib/apt/lists/*
ADD https://downloads.wordpress.org/plugin/wp-super-cache.1.7.4.zip /tmp/wp-super-cache.zip
RUN unzip /tmp/wp-super-cache.zip -d /var/www/html/wp-content/plugins/

0 comments on commit 63abc9a

Please sign in to comment.