Skip to content

Commit 5cfa07d

Browse files
committed
perf(test): load swaks from apk repository
1 parent 825e3e5 commit 5cfa07d

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
@@ -35,8 +35,7 @@ RUN apk --no-cache add \
3535
php8-phar \
3636
php8-iconv \
3737
php8-openssl \
38-
&& wget -q -O /usr/local/bin/swaks https://www.jetmore.org/john/code/swaks/files/swaks-20130209.0/swaks \
39-
&& chmod +x /usr/local/bin/swaks \
38+
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ swaks \
4039
&& wget -q -O /usr/local/bin/imap-tester https://github.com/jeboehm/imap-tester/releases/download/${IMAPTESTER_VER}/imap-tester.phar \
4140
&& chmod +x /usr/local/bin/imap-tester \
4241
&& mkdir -p /usr/share/fixtures \

0 commit comments

Comments
 (0)