Skip to content

Commit

Permalink
Add pip3 install command to Dockerfile
Browse files Browse the repository at this point in the history
Also add a requirements list starting with ldap3 library.
  • Loading branch information
williamnswanson committed Jan 19, 2024
1 parent 5806eec commit f3cda03
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 requirements.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 f3cda03

Please sign in to comment.