|
RUN apt-get update \
&& apt-get install -y --allow-unauthenticated \
export LD_LIBRARY_PATH=/lib64/
libc6-dev \
libgdiplus \
libx11-dev \
curl \
vim \
supervisor \
procps |
Thank you very much for your response.I am using a docker container from Alpine Linux for its lightness, because it installs only what is necessary, something very important when using CI/CD. What Debian image would you recommend me that only has the necessary and is very light, and pdfviewer if it works perfectly?