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 783e744 commit 5cc9233Copy full SHA for 5cc9233
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9-bullseye
+FROM python:3.9-buster
2
WORKDIR /etc/proxstar
3
RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-dev ldap-utils git
4
COPY requirements.txt .
@@ -8,5 +8,5 @@ COPY .git .git/
8
COPY *.py .
9
COPY proxstar ./proxstar
10
RUN touch targets && chmod a+w targets # This is some OKD shit.
11
-RUN git config --system --add safe.directory '*' && chmod 775 /etc/proxstar/.git # This is also some OKD shit.
+RUN git config --system --add safe.directory '*' # This is also some OKD shit.
12
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080
0 commit comments