I\'m building my container like this
FROM python:3.7.4-alpine3.10 ADD mediadbin/requirements.txt /app/requirements.txt RUN set -ex \\ && apk add