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

Commit

Permalink
Update .gitpod.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills authored Dec 30, 2020
1 parent 4307eb6 commit 44d6e0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitpod.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gitpod docker image for WordPress | https://github.com/luizbills/gitpod-wordpress
# License: MIT (c) 2020 Luiz Paulo "Bills"
# Version: 0.6.1
# Version: 0.7
FROM gitpod/workspace-mysql

### General Settings ###
Expand All @@ -17,6 +17,7 @@ RUN git clone https://github.com/luizbills/gitpod-wordpress $HOME/gitpod-wordpre

### MailHog ###
USER root
ARG DEBIAN_FRONTEND=noninteractive
RUN go get github.com/mailhog/MailHog && \
go get github.com/mailhog/mhsendmail && \
cp $GOPATH/bin/MailHog /usr/local/bin/mailhog && \
Expand All @@ -31,7 +32,7 @@ RUN go get github.com/mailhog/MailHog && \
### PHP ###
add-apt-repository ppa:ondrej/php && \
apt-get update && \
apt-get -y install \
apt-get -qy install \
libapache2-mod-php \
php${PHP_VERSION} \
php${PHP_VERSION}-common \
Expand Down

0 comments on commit 44d6e0d

Please sign in to comment.