Skip to content

Commit 12420c6

Browse files
committed
Update Dockerfile to include python3-ldap package
1 parent 471b123 commit 12420c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ RUN apt clean -y \
5151
openssl \
5252
python3 \
5353
python3-paramiko \
54-
python3-jinja2
54+
python3-jinja2 \
55+
python3-ldap
5556

5657
RUN yarn install \
5758
--prefer-offline \

0 commit comments

Comments
 (0)