From 7c1167da927589855b1b8dd447fc47ade439916b Mon Sep 17 00:00:00 2001 From: Bastian Dietrich Date: Mon, 19 Sep 2022 04:18:19 +0200 Subject: [PATCH] Aktualisieren Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 757963a..92c9e3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,8 @@ RUN apk add --no-cache --virtual build-deps build-base gcc python3-dev musl-dev apk add --no-cache py3-virtualenv openldap-dev libffi-dev mariadb-dev zlib-dev # RUN echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so -# RUN pip install --upgrade pip setuptools==57.5.0 -# RUN pip install 2to3 pillow +RUN pip install --upgrade pip setuptools==57.5.0 +RUN pip install 2to3 pillow RUN git clone https://git.linux-kernel.at/oliver/ivatar.git .