Update Dockerfile

This commit is contained in:
Joe Abbate 2023-01-31 13:44:12 -05:00 committed by GitHub
parent 1fce91de3a
commit bbe8b4a8fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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