Hi Team,
We were running the below command from docker for Blazor PDF Viewer. But it stopped working all of a sudden!, it was working until 4/21/2023.
RUN apt-get update \
&& apt-get install -y --allow-unauthenticated --show-progress --reinstall \
libc6-dev \
libgdiplus \
libx11-dev \
curl \
vim \
supervisor \
procps
1 thing I noticed is it is working in local and failing in the server.
In local it gets from bullseye but in server it looks for stretch!
Can you let us know what could have gone wrong?