Skip to content
Snippets Groups Projects
Commit 6f35fa99 authored by Kay Graf's avatar Kay Graf
Browse files

Update centos-full:7 - add lftp for SFTP upload

parent fcbc4e94
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ FROM centos:7.4.1708 ...@@ -2,7 +2,7 @@ FROM centos:7.4.1708
MAINTAINER Tamas Gal <tgal@km3net.de> MAINTAINER Tamas Gal <tgal@km3net.de>
RUN yum install -y man sed cygpath grep test && yum clean -y all RUN yum install -y man sed cygpath grep test && yum clean -y all
RUN yum install -y csh git subversion tar vim wget zsh && yum clean -y all RUN yum install -y csh git subversion tar vim wget lftp zsh && yum clean -y all
RUN yum install -y ant bison compat-gcc-34-g77 flex flex-devel gcc gcc-c++ gcc-gfortran gdb glibc-static make pakchois cmake boost-devel rpmdevtools strace && yum clean -y all RUN yum install -y ant bison compat-gcc-34-g77 flex flex-devel gcc gcc-c++ gcc-gfortran gdb glibc-static make pakchois cmake boost-devel rpmdevtools strace && yum clean -y all
RUN yum install -y bzip2-devel gzip && yum clean -y all RUN yum install -y bzip2-devel gzip && yum clean -y all
RUN yum install -y fftw-devel libgpg-error libproxy openssh-server openssl-devel && yum clean -y all RUN yum install -y fftw-devel libgpg-error libproxy openssh-server openssl-devel && yum clean -y all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment