Skip to content

Commit

Permalink
ENH: update cli-docker to use CentOS 6
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Sep 6, 2017
1 parent 1c52a10 commit e1f8db8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:5
FROM centos:6
MAINTAINER http://github.com/radiomics

RUN yum update -y && \
Expand All @@ -11,6 +11,8 @@ RUN yum update -y && \
gettext \
openssl-devel \
perl \
perl-CPAN \
perl-ExtUtils-MakeMaker \
wget \
zlib-devel

Expand Down

0 comments on commit e1f8db8

Please sign in to comment.