File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ENV MYSQL_HOST=db \
13
13
# Iconv fix: https://github.com/docker-library/php/issues/240#issuecomment-305038173
14
14
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ gnu-libiconv
15
15
ENV LD_PRELOAD=/usr/lib/preloadable_libiconv.so
16
+ RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ swaks
16
17
17
18
ARG IMAPTESTER_VER=v0.2.1 # renovate: depName=jeboehm/imap-tester
18
19
@@ -33,8 +34,6 @@ RUN apk --no-cache add \
33
34
php7-phar \
34
35
php7-iconv \
35
36
php7-openssl \
36
- && wget -q -O /usr/local/bin/swaks https://www.jetmore.org/john/code/swaks/files/swaks-20130209.0/swaks \
37
- && chmod +x /usr/local/bin/swaks \
38
37
&& wget -q -O /usr/local/bin/imap-tester https://github.com/jeboehm/imap-tester/releases/download/${IMAPTESTER_VER}/imap-tester.phar \
39
38
&& chmod +x /usr/local/bin/imap-tester \
40
39
&& mkdir -p /usr/share/fixtures \
You can’t perform that action at this time.
0 commit comments