Update Dockerfile

This commit is contained in:
Joe Abbate 2023-01-31 14:09:21 -05:00 committed by GitHub
parent 5cc9233bd0
commit 4185c4a63e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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