From cdacbdf37fc9d352a4dabe35d2520bd849e1757a Mon Sep 17 00:00:00 2001 From: geobao <90522630+geobao@users.noreply.github.com> Date: Thu, 7 Apr 2022 21:03:07 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b5afee..db6156d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,12 +6,12 @@ COPY ./requirements.txt ./requirements.txt RUN set -x \ && apt-get update \ && apt-get install --no-install-recommends --no-install-suggests -y \ + build-essential libssl-dev libffi-dev python3-dev cargo \ python3 python3-pip python3-setuptools python3-pandas supervisor gettext-base nginx apache2-utils python3-psycopg2 \ && pip3 install wheel \ && pip3 install -r requirements.txt \ && apt-get remove --purge --auto-remove -y ca-certificates && rm -rf /var/lib/apt/lists/* - # WWW (nginx) RUN addgroup -gid 1000 www \ && adduser -uid 1000 -H -D -s /bin/sh -G www www