Skip to content
Snippets Groups Projects
Commit 3cb2b31f authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Removed failing step in test dockerfile

parent 381aaf48
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,8 @@ ENV PYTHONDONTWRITEBYTECODE 1
COPY ./requirements.apt /requirements.apt
COPY ./install_os_dependencies.sh /install_os_dependencies.sh
RUN bash install_os_dependencies.sh install
RUN apt-get install py3clean
RUN mkdir /requirements
RUN mkdir /requirements
COPY ./requirements/base.txt /requirements
RUN pip install -r /requirements/base.txt
COPY ./requirements/local.txt /requirements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment