Skip to content

Commit 0f92ac5

Browse files
Merge pull request #23 from williamnswanson/master
Add pip install for ldap3 to Dockerfile
2 parents 6170a97 + f63c992 commit 0f92ac5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Dockerfile

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

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

7+
COPY requirements.txt /
8+
RUN pip3 install --upgrade pip && pip3 install --no-cache-dir -r requirements.txt

project_group_setup.py

100644100755
File mode changed.

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)