Skip to content

Commit

Permalink
updating requirements to pass security checks, added line to get dock…
Browse files Browse the repository at this point in the history
…erfile to compile
  • Loading branch information
ajdunford committed Jul 19, 2022
1 parent 1fb9674 commit d645df1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM centos

## YUM INSTALLS
RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
RUN yum -y install gcc && yum clean all
RUN yum -y install nano && yum clean all
RUN yum -y install java-1.8.0 && yum clean all
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ fail2ban==0.9.3
iniparse==0.4
iotop==0.6
kitchen==1.1.1
lxml==4.2.1
numpy==1.14.2
lxml==4.2.5
numpy==1.19
pandas==0.22.0
patsy==0.5.0
perf==0.1
Expand Down

0 comments on commit d645df1

Please sign in to comment.