mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 04:51:51 +00:00
Update Dockerfile
This commit is contained in:
parent
5cc9233bd0
commit
4185c4a63e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM python:3.9-buster
|
||||
WORKDIR /etc/proxstar
|
||||
WORKDIR /opt/proxstar
|
||||
RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-dev ldap-utils git
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
Loading…
Reference in a new issue