Installation of wkhtmltopdf fails in docker environment
I'm trying to install wkhtmltopdf in my docker environment. what ever I try it fails. my current Dockerfile looks like this FROM python:3.8.5 ... ... # Installation of dependencies Abhängigkeiten RUN apt-get update RUN apt-get update && apt-get install -y…