Skip to content
Snippets Groups Projects
Commit de0ef3b7 authored by jan.bednarik's avatar jan.bednarik
Browse files

docker: Remove LDAP dependencies

parent 873aac47
No related branches found
No related tags found
2 merge requests!173Release,!172Upgrade
Pipeline #2345 passed
......@@ -3,8 +3,6 @@ FROM python:3.8
RUN apt-get update && apt-get install -y \
# requirements for OpenCV
libgl1-mesa-dev \
# requirements to build python-ldap
build-essential python3-dev libldap2-dev libsasl2-dev \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment