Kerims23 / user_management

MIT License
0 stars 0 forks source link

DockerFileIssue #1

Closed Kerims23 closed 3 days ago

Kerims23 commented 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 \

Kerims23 commented 3 days ago

lines 15 and 33 get replaced with: RUN apt-get update && apt-get install -y --allow-downgrades libc-bin=2.36-9+deb12u7 \

Kerims23 commented 3 days ago

DockerIssueOnStartup

this branch should fix it.