Skip to content

Commit

Permalink
Add gdm to Dockerfile tools
Browse files Browse the repository at this point in the history
  • Loading branch information
elldritch committed Feb 21, 2018
1 parent 056fca5 commit 134b777
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ RUN mkdir -p $HOME/go/bin && \
# Install govendor
go get -u github.com/kardianos/govendor && \
# Install vndr
go get github.com/LK4D4/vndr
go get github.com/LK4D4/vndr && \
# Install gdm
go get github.com/sparrc/gdm

# Install PHP runtime
RUN sudo apt-get install -y php5
Expand Down

0 comments on commit 134b777

Please sign in to comment.