commit 6b10da68dd41392dbf4b19cda42595deb8cfd13c
parent ee05c49bf6bfec1e9e8d34d3efb406df4bc24774
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 29 Dec 2016 20:14:57 +0100
base container needs postgresql because
it creates the postgres user which is needed by exchange and merchant
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docker/base/Dockerfile b/docker/base/Dockerfile
@@ -16,7 +16,8 @@ RUN apt-get update && apt-get install -qqy \
libmicrohttpd-dev \
libcurl4-gnutls-dev \
python3 \
- python3-pip
+ python3-pip \
+ postgresql
# Needed to run the config generator
RUN pip3 install click