Removed failing step in test dockerfile

This commit is contained in:
Eliot Berriot 2017-06-25 17:22:04 +02:00
parent 381aaf48db
commit 3cb2b31f20
1 changed files with 1 additions and 2 deletions

View File

@ -7,9 +7,8 @@ ENV PYTHONDONTWRITEBYTECODE 1
COPY ./requirements.apt /requirements.apt COPY ./requirements.apt /requirements.apt
COPY ./install_os_dependencies.sh /install_os_dependencies.sh COPY ./install_os_dependencies.sh /install_os_dependencies.sh
RUN bash install_os_dependencies.sh install RUN bash install_os_dependencies.sh install
RUN apt-get install py3clean
RUN mkdir /requirements
RUN mkdir /requirements
COPY ./requirements/base.txt /requirements COPY ./requirements/base.txt /requirements
RUN pip install -r /requirements/base.txt RUN pip install -r /requirements/base.txt
COPY ./requirements/local.txt /requirements COPY ./requirements/local.txt /requirements