use x86_64 mailhog
This commit is contained in:
parent
c5fb04943a
commit
354e979eb3
1 changed files with 3 additions and 1 deletions
|
@ -2,8 +2,10 @@ FROM alpine:3.21.2
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="alier@student.42mulhouse.fr"
|
LABEL org.opencontainers.image.authors="alier@student.42mulhouse.fr"
|
||||||
|
|
||||||
RUN wget https://github.com/mailhog/MailHog/releases/download/v1.0.1/MailHog_linux_arm -O /usr/local/bin/mailhog \
|
RUN wget https://github.com/mailhog/MailHog/releases/download/v1.0.1/MailHog_linux_amd64 -O /usr/local/bin/mailhog \
|
||||||
&& chmod +x /usr/local/bin/mailhog
|
&& chmod +x /usr/local/bin/mailhog
|
||||||
|
#RUN wget https://github.com/mailhog/MailHog/releases/download/v1.0.1/MailHog_linux_arm -O /usr/local/bin/mailhog \
|
||||||
|
# && chmod +x /usr/local/bin/mailhog
|
||||||
|
|
||||||
ENV MH_UI_WEB_PATH=mailhog
|
ENV MH_UI_WEB_PATH=mailhog
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue