Skip to content

Commit

Permalink
Remove workaround to build python-ldap, no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-rds committed Jun 21, 2024
1 parent 19595f5 commit 95ca535
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tags/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ RUN set -eux; \
apk add --no-cache openssl mailcap libpq libffi libldap libsasl bash; \
apk add --no-cache --virtual .build-deps coreutils gcc make wget linux-headers \
cyrus-sasl-dev libc-dev libffi-dev openssl-dev postgresql-dev openldap-dev git; \
# Fix Python LDAP build
echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so; \
# Download Etebase and install dependencies
git clone --depth=1 --branch=${ETE_VERSION} "${ETE_REPO}" "${BASE_DIR}"; \
/usr/local/bin/python -m pip install --no-cache-dir --progress-bar off --upgrade pip; \
Expand Down

0 comments on commit 95ca535

Please sign in to comment.