Skip to content

Commit

Permalink
Add pip3 install command to Dockerfile and requirements list starting…
Browse files Browse the repository at this point in the history
… with ldap3 library
  • Loading branch information
williamnswanson committed Jan 19, 2024
1 parent a99f06e commit 4d7f30a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ LABEL maintainer OSG Software <[email protected]>

COPY *.py /usr/local/bin/

WORKDIR /

COPY requiremments.txt /
RUN pip3 install --no-cache-dir -r requirements.txt
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ldap3~=2.9.1

0 comments on commit 4d7f30a

Please sign in to comment.