Skip to content

Commit 324b924

Browse files
author
lillian
committed
wordpress: add pixeled theme
1 parent f78d75e commit 324b924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wordpress/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:latest
22

3-
RUN apk add unit-php82 php82-ldap php82-mysqli zip curl
3+
RUN apk add unit-php82 php82-ldap php82-mysqli zip curl git
44

55
WORKDIR /app
66

@@ -17,7 +17,7 @@ RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.or
1717
RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.org/plugin/wp-security-audit-log.zip | zip -r)
1818
RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.org/plugin/wpdirauth.1.10.7.zip | zip -r)
1919

20-
# add
20+
RUN (cd wordpress/wp-content/plugins && git clone https://github.com/hacklabto/pixeled-wordpress-theme pixeled && rm -rf pixeled/.git)
2121

2222
WORKDIR /app/config
2323
COPY config.json .

0 commit comments

Comments
 (0)