Skip to content
Snippets Groups Projects
Commit 5768df61 authored by nimrod's avatar nimrod
Browse files

Get flask-simpleldap from my GitLab instance.

parent adaaac2a
No related branches found
No related tags found
No related merge requests found
Pipeline #3008 passed
...@@ -10,7 +10,7 @@ RUN apt-get update && \ ...@@ -10,7 +10,7 @@ RUN apt-get update && \
WORKDIR /wheels WORKDIR /wheels
RUN python3 -m pip wheel https://github.com/python-ldap/python-ldap/archive/refs/tags/python-ldap-3.4.2.tar.gz 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 # 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 FROM docker.io/library/python:3.10-slim-bullseye
# hadolint ignore=DL3008 # hadolint ignore=DL3008
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment