File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
FROM alpine:latest
2
2
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
4
6
5
7
WORKDIR /app
6
8
@@ -16,6 +18,7 @@ RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.or
16
18
RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.org/plugin/flamingo.2.4.zip | busybox unzip -)
17
19
RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.org/plugin/wp-security-audit-log.zip | busybox unzip -)
18
20
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
19
22
20
23
RUN (cd wordpress/wp-content/themes && git clone https://github.com/hacklabto/pixeled-wordpress-theme pixeled && rm -rf pixeled/.git)
21
24
You can’t perform that action at this time.
0 commit comments