testing docker build

This commit is contained in:
vabene1111 2021-04-05 15:03:29 +02:00
parent a8434ce745
commit b5e5ff9bf8

View File

@ -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