Skip to content

Commit f3cda03

Browse files
Add pip3 install command to Dockerfile
Also add a requirements list starting with ldap3 library.
1 parent 5806eec commit f3cda03

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 requirements.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)