taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 276f36ff5648d7cfa42c2706eb110fe8fdfad4ab
parent 2b26335167d4ea194f4ddba6f44487fc55f5906e
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 28 Dec 2016 20:57:17 +0100

psql in debug shell

Diffstat:
Mdocker/debug/shell/Dockerfile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/docker/debug/shell/Dockerfile b/docker/debug/shell/Dockerfile @@ -1 +1,4 @@ FROM debian:unstable + +RUN apt-get update && apt-get install -qqy \ + postgresql