Removed failing step in test dockerfile
This commit is contained in:
parent
381aaf48db
commit
3cb2b31f20
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue