[Git][noosfero/noosfero][master] dockerfile: update debian image to jessie

Rodrigo Souto gitlab at mg.gitlab.com
Thu Nov 12 12:36:30 BRST 2015


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
82855c6a by Rodrigo Souto at 2015-11-12T11:35:46Z
dockerfile: update debian image to jessie

Also run sample-data to populate database.

- - - - -


1 changed file:

- config/docker/dev/Dockerfile


Changes:

=====================================
config/docker/dev/Dockerfile
=====================================
--- a/config/docker/dev/Dockerfile
+++ b/config/docker/dev/Dockerfile
@@ -2,7 +2,7 @@
 #
 # VERSION 0.0.1
 
-FROM debian:wheezy
+FROM debian:jessie
 MAINTAINER Noosfero Development Team <noosfero-dev at listas.softwarelivre.org>
 
 LABEL Description="This dockerfile builds a noosfero development environment."
@@ -13,4 +13,6 @@ RUN git clone --depth 1 https://gitlab.com/noosfero/noosfero.git .
 
 RUN sh script/quick-start --skip-translations
 
+RUN service postgresql start && sleep 2 && ruby script/sample-data
+
 EXPOSE 3000



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/82855c6ad9fe9435eaade5067dfe593e81615147
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20151112/4743e995/attachment.html>


More information about the Noosfero-dev mailing list