Skip to content

Commit

Permalink
[DDS-1724] Updated mailhog install cmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Oct 17, 2023
1 parent ee09ec7 commit a787980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/mailhog/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk --no-cache add --virtual build-dependencies \
git \
&& mkdir -p /root/gocode \
&& export GOPATH=/root/gocode \
&& go get github.com/mailhog/MailHog \
&& go install github.com/mailhog/MailHog@latest \
&& mv /root/gocode/bin/MailHog /usr/local/bin \
&& rm -rf /root/gocode \
&& apk del --purge build-dependencies
Expand Down

0 comments on commit a787980

Please sign in to comment.