Skip to content

Commit 5cc9233

Browse files
authored
Update Dockerfile
1 parent 783e744 commit 5cc9233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-bullseye
1+
FROM python:3.9-buster
22
WORKDIR /etc/proxstar
33
RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-dev ldap-utils git
44
COPY requirements.txt .
@@ -8,5 +8,5 @@ COPY .git .git/
88
COPY *.py .
99
COPY proxstar ./proxstar
1010
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.
11+
RUN git config --system --add safe.directory '*' # This is also some OKD shit.
1212
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080

0 commit comments

Comments
 (0)