mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
Update Dockerfile
This commit is contained in:
parent
1fce91de3a
commit
bbe8b4a8fd
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue