From b5e5ff9bf82566e162bd7a6e0ac2309684cd2bfb Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 5 Apr 2021 15:03:29 +0200 Subject: [PATCH] testing docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e22b46b..69cab974 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.8-alpine #Install all dependencies. -RUN apk add --no-cache postgresql-libs gettext zlib libjpeg libxml2-dev libxslt-dev +RUN apk add --no-cache postgresql-libs gettext zlib libjpeg libxml2-dev libxslt-dev py-cryptography #Print all logs without buffering it. ENV PYTHONUNBUFFERED 1