Skip to content

Commit

Permalink
perf(test): load swaks from apk repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jeboehm committed Oct 19, 2023
1 parent 825e3e5 commit 5cfa07d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ RUN apk --no-cache add \
php8-phar \
php8-iconv \
php8-openssl \
&& wget -q -O /usr/local/bin/swaks https://www.jetmore.org/john/code/swaks/files/swaks-20130209.0/swaks \
&& chmod +x /usr/local/bin/swaks \
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ swaks \
&& wget -q -O /usr/local/bin/imap-tester https://github.com/jeboehm/imap-tester/releases/download/${IMAPTESTER_VER}/imap-tester.phar \
&& chmod +x /usr/local/bin/imap-tester \
&& mkdir -p /usr/share/fixtures \
Expand Down

0 comments on commit 5cfa07d

Please sign in to comment.