Skip to content
Snippets Groups Projects
Commit 30d9db70 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Merge branch '17-add-lftp-to-the-runner-base-image' into 'master'

Resolve "Add lftp to the runner base image"

Closes #17

See merge request common/dockerfiles!28
parents 8b88e789 16b79f0a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM centos:7.4.1708
MAINTAINER Tamas Gal <tgal@km3net.de>
RUN yum install -y ant bison flex-devel gcc gcc-c++ gcc-gfortran gdb make cmake glibc-static strace && yum clean -y all
RUN yum install -y autoconf perl-CPAN gettext-devel perl-devel openssl-devel libcurl-devel expat-devel wget && yum clean -y all
RUN yum install -y autoconf perl-CPAN gettext-devel perl-devel openssl-devel libcurl-devel expat-devel wget lftp && yum clean -y all
RUN export VER="2.25.1" && \
wget https://github.com/git/git/archive/v${VER}.tar.gz && \
......
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