commit 853c074c734c2086b82df9bacd831af1bb98650b
parent c3aa91ccb827e98253bf8bcd1f7382d4e9c36345
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 29 Dec 2016 19:49:45 +0100
base container doesn't depend on postgres anymore
Diffstat:
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/docker/base/Dockerfile b/docker/base/Dockerfile
@@ -17,7 +17,6 @@ RUN apt-get update && apt-get install -qqy \
libcurl4-gnutls-dev \
python3 \
python3-pip \
- postgresql
# Needed to run the config generator
RUN pip3 install click
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
@@ -7,7 +7,5 @@ services:
base:
build: ./base
image: taler/base
- depends_on:
- - dbcontainer
dbcontainer:
image: postgres