Skip to content

Commit 187c490

Browse files
committed
Add Git to Apt?
1 parent 107a451 commit 187c490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.9-buster
22
WORKDIR /opt/proxstar
3-
RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-dev ldap-utils
3+
RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-dev ldap-utils git
44
COPY requirements.txt .
55
RUN pip install -r requirements.txt
66
COPY start_worker.sh start_scheduler.sh .

0 commit comments

Comments
 (0)