Skip to content

Commit

Permalink
Add libldap as a runtime dep
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jul 14, 2024
1 parent 3279450 commit eaa0d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN \
zlib-dev && \
echo "**** install runtime packages ****" && \
apk add --no-cache --upgrade \
libldap \
postgresql-client \
python3 \
tiff \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN \
zlib-dev && \
echo "**** install runtime packages ****" && \
apk add --no-cache --upgrade \
libldap \
postgresql-client \
python3 \
tiff \
Expand Down

0 comments on commit eaa0d01

Please sign in to comment.