fix(docker): explicitly install Mail::DKIM on arm64 builds
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
On arm64, cpanm does not automatically resolve Mail::DKIM as a transitive dependency of Mail::Milter::Authentication, causing the build to fail. Install it explicitly before Mail::Milter::Authentication.
This commit is contained in:
parent
bfe6ff81fa
commit
b3137f7d37
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ RUN echo "@edge https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/ap
|
||||||
ln -s /usr/bin/ld /bin/ld
|
ln -s /usr/bin/ld /bin/ld
|
||||||
|
|
||||||
RUN cpanm --notest Mail::SPF && \
|
RUN cpanm --notest Mail::SPF && \
|
||||||
|
cpanm --notest Mail::DKIM && \
|
||||||
cpanm --notest Mail::Milter::Authentication
|
cpanm --notest Mail::Milter::Authentication
|
||||||
|
|
||||||
RUN wget https://download.savannah.nongnu.org/releases/spamass-milt/spamass-milter-0.4.0.tar.gz && \
|
RUN wget https://download.savannah.nongnu.org/releases/spamass-milt/spamass-milter-0.4.0.tar.gz && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue