Skip to content

Commit 4d7f30a

Browse files
Add pip3 install command to Dockerfile and requirements list starting with ldap3 library
1 parent a99f06e commit 4d7f30a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ LABEL maintainer OSG Software <[email protected]>
44

55
COPY *.py /usr/local/bin/
66

7+
WORKDIR /
8+
9+
COPY requiremments.txt /
10+
RUN pip3 install --no-cache-dir -r requirements.txt

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ldap3~=2.9.1

0 commit comments

Comments
 (0)