We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107a451 commit 187c490Copy full SHA for 187c490
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.9-buster
2
WORKDIR /opt/proxstar
3
-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
4
COPY requirements.txt .
5
RUN pip install -r requirements.txt
6
COPY start_worker.sh start_scheduler.sh .
0 commit comments