From 276955a9fcc08ef4d21e9e9d4454e85daec2fe0d Mon Sep 17 00:00:00 2001 From: rinkp Date: Tue, 4 Jan 2022 15:49:45 +0100 Subject: [PATCH] Changes in Alpine linux ldap prevent build --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93ff400..0419e3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ -FROM python:3-alpine +FROM python:3-alpine3.14 RUN apk --no-cache add build-base openldap-dev python2-dev python3-dev +RUN pip3 install --upgrade pip RUN pip3 install python-ldap sqlalchemy requests COPY templates ./templates