Skip to content
Snippets Groups Projects
Commit 800eb5c7 authored by ale's avatar ale
Browse files

Minor cosmetic fixes to the Dockerfile

parent 2b510cf9
No related branches found
No related tags found
No related merge requests found
FROM debian:stable FROM debian:stable
RUN apt-get -q update && apt-get install --no-install-recommends -y python python-pip python-setuptools python-yaml python-nose RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y python python-pip python-setuptools python-yaml python-nose
ADD . /src ADD . /src
WORKDIR /src WORKDIR /src
RUN mkdir wheels \ RUN python setup.py install
&& python setup.py install
ENV TEST_CONFIG=/test-config.yml ENV TEST_CONFIG=/test-config.yml
ENV TEST_PARAMS=/src/float_integration_test/test-params.yml ENV TEST_PARAMS=/src/float_integration_test/test-params.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment