Skip to content

Commit

Permalink
Modified jenkins dockerfile and removing drupal image
Browse files Browse the repository at this point in the history
  • Loading branch information
flemeur committed Jul 12, 2015
1 parent 8762bf2 commit 6521384
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 49 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ Installs nginx and serves from `/var/www` by default.

Supervisor, nginx and php-fpm.

## Drupal

The Drupal image is based on the Nginx & PHP image and installs composer and drush.
10 changes: 0 additions & 10 deletions drupal/Dockerfile

This file was deleted.

35 changes: 0 additions & 35 deletions drupal/conf.d/nginx-drupal.conf

This file was deleted.

13 changes: 12 additions & 1 deletion jenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ MAINTAINER Flemming Andersen <[email protected]>

USER root

RUN apt-get update && apt-get install -y make && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y curl git mercurial make binutils gcc build-essential && rm -rf /var/lib/apt/lists/*

RUN curl -sS https://godeb.s3.amazonaws.com/godeb-amd64.tar.gz | tar -xz && chmod +x ./godeb

RUN ./godeb install && rm -f ./godeb ./go_*.deb

USER jenkins

RUN mkdir -p $HOME/go

ENV GOPATH $HOME/go

ENV PATH $PATH:$GOPATH/bin

0 comments on commit 6521384

Please sign in to comment.