We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78d75e commit 324b924Copy full SHA for 324b924
wordpress/Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:latest
2
3
-RUN apk add unit-php82 php82-ldap php82-mysqli zip curl
+RUN apk add unit-php82 php82-ldap php82-mysqli zip curl git
4
5
WORKDIR /app
6
@@ -17,7 +17,7 @@ RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.or
17
RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.org/plugin/wp-security-audit-log.zip | zip -r)
18
RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.org/plugin/wpdirauth.1.10.7.zip | zip -r)
19
20
-# add
+RUN (cd wordpress/wp-content/plugins && git clone https://github.com/hacklabto/pixeled-wordpress-theme pixeled && rm -rf pixeled/.git)
21
22
WORKDIR /app/config
23
COPY config.json .
0 commit comments