summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b4e9f59..fd516c6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM python:3-slim
# Add application sources
USER 0
-RUN apt update && apt install -y --no-install-recommends libpq-dev build-essential
+RUN apt update && apt install -y --no-install-recommends libpq-dev libgcrypt20-dev build-essential
WORKDIR /app