This commit is contained in:
Joe Abbate 2023-01-27 15:25:52 -05:00
parent 0dbd7235d7
commit 107a451993

View file

@ -1,4 +1,4 @@
FROM python:3.8-buster
FROM python:3.9-buster
WORKDIR /opt/proxstar
RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-dev ldap-utils
COPY requirements.txt .