Skip to content

Commit

Permalink
wordpress: add pixeled theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian committed Dec 29, 2023
1 parent f78d75e commit 324b924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wordpress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

RUN apk add unit-php82 php82-ldap php82-mysqli zip curl
RUN apk add unit-php82 php82-ldap php82-mysqli zip curl git

WORKDIR /app

Expand All @@ -17,7 +17,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/wp-security-audit-log.zip | zip -r)
RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.org/plugin/wpdirauth.1.10.7.zip | zip -r)

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

WORKDIR /app/config
COPY config.json .
Expand Down

0 comments on commit 324b924

Please sign in to comment.