Skip to content
Snippets Groups Projects
Commit 013dfa34 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Add dependencies for LDAP to Dockerfile

parent 5392699f
No related branches found
No related tags found
No related merge requests found
Pipeline #2545 failed
...@@ -6,14 +6,12 @@ ENV PYTHONUNBUFFERED=1 ...@@ -6,14 +6,12 @@ ENV PYTHONUNBUFFERED=1
WORKDIR /steering WORKDIR /steering
COPY poetry.lock pyproject.toml ./ COPY poetry.lock pyproject.toml ./
RUN apt-get update && apt-get install -y libmagic1 curl graphviz RUN apt-get update && apt-get install -y curl gcc graphviz ldap-utils libldap2-dev libmagic1 libsasl2-dev
RUN pip install poetry==1.2.2 RUN pip install poetry==1.2.2
RUN poetry install RUN poetry install
EXPOSE 8000 EXPOSE 8000
FROM base AS dev FROM base AS dev
VOLUME ["/steering"] VOLUME ["/steering"]
......
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