Skip to content

Commit 83bc2bc

Browse files
author
lillian
committed
stuff
1 parent 7db319b commit 83bc2bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

wordpress/Dockerfile

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

3-
RUN apk add unit-php82 php82-ldap php82-mysqli zip curl git
3+
RUN apk add unit-php82 php82-ldap php82-mysqli php82-curl php82-dom php82-exif php82-fileinfo \
4+
php82-pecl-imagick php82-mbstring php82-zip php82-gd php82-iconv php82-intl \
5+
zip curl git
46

57
WORKDIR /app
68

@@ -16,6 +18,7 @@ RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.or
1618
RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.org/plugin/flamingo.2.4.zip | busybox unzip -)
1719
RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.org/plugin/wp-security-audit-log.zip | busybox unzip -)
1820
RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.org/plugin/wpdirauth.1.10.7.zip | busybox unzip -)
21+
RUN rm wordpress/wp-content/plugins/hello.php
1922

2023
RUN (cd wordpress/wp-content/themes && git clone https://github.com/hacklabto/pixeled-wordpress-theme pixeled && rm -rf pixeled/.git)
2124

0 commit comments

Comments
 (0)