Skip to content

Commit d645df1

Browse files
committed
updating requirements to pass security checks, added line to get dockerfile to compile
1 parent 1fb9674 commit d645df1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM centos
22

33
## YUM INSTALLS
4+
RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
5+
RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
46
RUN yum -y install gcc && yum clean all
57
RUN yum -y install nano && yum clean all
68
RUN yum -y install java-1.8.0 && yum clean all

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ fail2ban==0.9.3
1111
iniparse==0.4
1212
iotop==0.6
1313
kitchen==1.1.1
14-
lxml==4.2.1
15-
numpy==1.14.2
14+
lxml==4.2.5
15+
numpy==1.19
1616
pandas==0.22.0
1717
patsy==0.5.0
1818
perf==0.1

0 commit comments

Comments
 (0)