Closed Kerims23 closed 3 days ago
First issue was the docker compose up --build not working because of libc failing due to a downgrading issue.
lines 15 and 33 get replaced with: RUN apt-get update && apt-get install -y --allow-downgrades libc-bin=2.36-9+deb12u7 \
DockerIssueOnStartup
this branch should fix it.
First issue was the docker compose up --build not working because of libc failing due to a downgrading issue.
lines 15 and 33 get replaced with: RUN apt-get update && apt-get install -y --allow-downgrades libc-bin=2.36-9+deb12u7 \