summaryrefslogtreecommitdiff
path: root/docker/debug
diff options
context:
space:
mode:
Diffstat (limited to 'docker/debug')
-rw-r--r--docker/debug/client/Dockerfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/docker/debug/client/Dockerfile b/docker/debug/client/Dockerfile
index 90841c7..0a2370e 100644
--- a/docker/debug/client/Dockerfile
+++ b/docker/debug/client/Dockerfile
@@ -1,8 +1,7 @@
FROM debian:unstable
+RUN apt-get update && apt-get install -qqy postgresql
-RUN apt-get update && apt-get install -qqy \
- postgresql
-
+# Needs the container running (not done by 'docker-compose run').
RUN su -c "createuser --host=dbcontainer root" postgres \
&& su -c "createdb --host=dbcontainer talertest" postgres