From ef98ad54fa5872e145af95b86a310d7234bd7cb6 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Thu, 14 Oct 2021 15:37:30 +0200 Subject: [PATCH] Install postgresql-client Make usage of 'manage.py dbshell' possible --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a8fb4f0..505b888 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,6 +63,7 @@ RUN apk add --no-cache \ libjpeg-turbo \ libxslt \ openssl \ + postgresql-client \ postgresql-libs \ py3-pip \ python3 \