Michal Vanco

Results 2 comments of Michal Vanco

Hi Nick, thanks for a quick update. I'll prepare a simplified Dockerfile which you can use for the test today or tomorrow.

Hi Nick, here's the example dockerfile to reproduce the issue. *requirements.txt* ``` graphitesend ``` *Dockerfile* ``` FROM centos/python-36-centos7:latest WORKDIR /test-dir COPY requirements.txt /test-dir RUN pip3.6 install -r requirements.txt ``` after...