Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request mailhog#191 from J0WI/golang-base
Browse files Browse the repository at this point in the history
Use official golang as base container
  • Loading branch information
tyndyll authored May 27, 2019
2 parents d8d6569 + 2231c8e commit 59b4822
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@
# MailHog Dockerfile
#

FROM alpine:3.4

# Install ca-certificates, required for the "release message" feature:
RUN apk --no-cache add \
ca-certificates
FROM golang:alpine

# Install MailHog:
RUN apk --no-cache add --virtual build-dependencies \
go \
git \
&& mkdir -p /root/gocode \
&& export GOPATH=/root/gocode \
Expand Down

0 comments on commit 59b4822

Please sign in to comment.