Skip to content

Commit

Permalink
Fix libraries in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Sep 28, 2023
1 parent d7390b4 commit d113e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN mkdir -p /opt/bitpoll

WORKDIR /opt/bitpoll

RUN apt update && apt install -y --no-install-recommends libldap-2.5-0 libsasl2-2 && rm -rf /var/lib/apt/lists/*

FROM common-base as base-builder

RUN pip install -U pip setuptools
Expand Down

0 comments on commit d113e68

Please sign in to comment.