-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dockerfile
37 lines (35 loc) · 967 Bytes
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
FROM evaou/nginx-web-access
RUN yum -y install vim
RUN yum -y groupinstall "Development Tools"
RUN yum -y install python-pip
RUN yum -y install bridge-utils
RUN yum -y install vconfig
RUN yum -y install python-devel
RUN yum -y install libxslt-devel
RUN yum -y install libxml2-devel
RUN yum -y install nc
RUN pip install --upgrade pip
RUN pip install robotframework==2.8.4
RUN pip install poster
RUN pip install paramiko
RUN pip install docopt
RUN pip install PyYAML
RUN pip install robotframework-sshlibrary
RUN pip install robotframework-httplibrary
RUN pip install colored
RUN pip install requests
RUN pip install inflection
RUN pip install six
RUN pip install httpretty
RUN pip install mock
RUN pip install nose
RUN pip install coverage
RUN pip install termcolor
RUN pip install Jinja2
RUN pip install selenium
RUN pip install lxml
RUN pip install netaddr
RUN pip install decorator
RUN pip install pysphere
RUN pip install zc.lockfile
RUN pip install validators