diff --git a/Dockerfile b/Dockerfile index fc6144554861989dd3b212ce3bfec10af89e0f08..069a4f0433fa2d4de962a3bb0c53340dc49f1218 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && \ WORKDIR /wheels RUN python3 -m pip wheel https://github.com/python-ldap/python-ldap/archive/refs/tags/python-ldap-3.4.2.tar.gz # hadolint ignore=DL3059 -RUN python3 -m pip wheel git+https://github.com/adarnimrod/flask-simpleldap.git@ldapi-support#egg=flask-simpleldap +RUN python3 -m pip wheel https://git.shore.co.il/nimrod/flask-simpleldap/-/archive/ldapi-support/flask-simpleldap-ldapi-support.tar.gz FROM docker.io/library/python:3.10-slim-bullseye # hadolint ignore=DL3008