Skip to content

Commit

Permalink
Try using go install
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewiscowles1986 authored Jun 7, 2022
1 parent 2230a86 commit 714d02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER CD2Team <[email protected]>
RUN set -x \
&& buildDeps='git musl-dev gcc' \
&& apk add --update $buildDeps \
&& GOPATH=/tmp/gocode go get github.com/mailhog/MailHog
&& GOPATH=/tmp/gocode go install github.com/mailhog/MailHog@latest

FROM alpine:latest
WORKDIR /bin
Expand Down

0 comments on commit 714d02a

Please sign in to comment.