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 5cc9233 commit 4185c4aCopy full SHA for 4185c4a
Dockerfile
@@ -1,5 +1,5 @@
1
FROM python:3.9-buster
2
-WORKDIR /etc/proxstar
+WORKDIR /opt/proxstar
3
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
0 commit comments