We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a53fa commit 656b4feCopy full SHA for 656b4fe
Dockerfile
@@ -11,12 +11,6 @@ RUN apt-get install -y python python-dev python-pip python-virtualenv
11
RUN apt-get install -y python-opencv
12
RUN apt-get install -y python-matplotlib
13
14
-# Python Testing packages.
15
-RUN pip install mock
16
-RUN pip install nose coverage rednose nose-cov nosexcover nose_xunitmp
17
-RUN pip install watchdog
18
-RUN pip install robotframework robotframework-pabot
19
-
20
# Define working directory.
21
WORKDIR /app
22
0 commit comments