Skip to content

Commit 4608195

Browse files
committed
perf(test): load swaks from apk repository
1 parent c680c5a commit 4608195

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ENV MYSQL_HOST=db \
1313
# Iconv fix: https://github.com/docker-library/php/issues/240#issuecomment-305038173
1414
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ gnu-libiconv
1515
ENV LD_PRELOAD=/usr/lib/preloadable_libiconv.so
16+
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ swaks
1617

1718
ARG IMAPTESTER_VER=v0.2.1 # renovate: depName=jeboehm/imap-tester
1819

@@ -33,8 +34,6 @@ RUN apk --no-cache add \
3334
php7-phar \
3435
php7-iconv \
3536
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 \
3837
&& wget -q -O /usr/local/bin/imap-tester https://github.com/jeboehm/imap-tester/releases/download/${IMAPTESTER_VER}/imap-tester.phar \
3938
&& chmod +x /usr/local/bin/imap-tester \
4039
&& mkdir -p /usr/share/fixtures \

0 commit comments

Comments
 (0)