mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +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
|
WORKDIR /etc/proxstar
|
||||||
RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-dev ldap-utils git
|
RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-dev ldap-utils git
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue