equal
deleted
inserted
replaced
56 RUN ~/beremizenv/bin/pip install \ |
56 RUN ~/beremizenv/bin/pip install \ |
57 lxml future matplotlib zeroconf2 enum34 pyro sslpsk posix_spawn \ |
57 lxml future matplotlib zeroconf2 enum34 pyro sslpsk posix_spawn \ |
58 twisted nevow autobahn \ |
58 twisted nevow autobahn \ |
59 wxPython==4.1.1 |
59 wxPython==4.1.1 |
60 |
60 |
|
61 # Point to python binary test scripts will use |
|
62 ENV BEREMIZPYTHONPATH /home/$UNAME/beremizenv/bin/python |
|
63 |
61 # easy to remember 'do_tests' alias to invoke main makefile |
64 # easy to remember 'do_tests' alias to invoke main makefile |
62 ARG OWNDIRBASENAME=beremiz |
65 ARG OWNDIRBASENAME=beremiz |
63 ENV OWNDIRBASENAME ${OWNDIRBASENAME} |
66 ENV OWNDIRBASENAME ${OWNDIRBASENAME} |
64 RUN echo "alias do_tests='make -f /home/testing/src/beremiz/tests/Makefile'">/home/$UNAME/.bash_aliases |
67 RUN echo "alias do_tests='make -f /home/testing/src/beremiz/tests/Makefile'">/home/$UNAME/.bash_aliases |
65 |
68 |