mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-14 14:01:51 +00:00
3.9
This commit is contained in:
parent
0dbd7235d7
commit
107a451993
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.8-buster
|
FROM python:3.9-buster
|
||||||
WORKDIR /opt/proxstar
|
WORKDIR /opt/proxstar
|
||||||
RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-dev ldap-utils
|
RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-dev ldap-utils
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
Loading…
Reference in a new issue