mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
Add Git to Apt?
This commit is contained in:
parent
107a451993
commit
187c490f6b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM python:3.9-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 git
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
COPY start_worker.sh start_scheduler.sh .
|
COPY start_worker.sh start_scheduler.sh .
|
||||||
|
|
Loading…
Reference in a new issue