From eb9c6fb80705c8a517041854f4fba6ad5541ca15 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Wed, 20 Jan 2021 18:19:11 +0100 Subject: [PATCH] Add lftpg --- base/singularity:3.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/singularity:3.1 b/base/singularity:3.1 index 272dbfc..9553f51 100644 --- a/base/singularity:3.1 +++ b/base/singularity:3.1 @@ -1,7 +1,7 @@ FROM debian:stretch MAINTAINER Kay Graf <kay.graf@km3net.de> #Install Singularity as described on https://github.com/sylabs/singularity/blob/master/INSTALL.md - RUN apt-get update -qq && apt-get install -qq -y wget bzip2 python-pip git zsh + RUN apt-get update -qq && apt-get install -qq -y wget bzip2 python-pip git zsh lftp RUN apt-get install -qq -y build-essential libssl-dev uuid-dev libgpgme11-dev libseccomp-dev pkg-config squashfs-tools RUN export VERSION=1.11.4 OS=linux ARCH=amd64 && wget -q -O /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz https://dl.google.com/go/go${VERSION}.${OS}-${ARCH}.tar.gz && \ tar -C /usr/local -xzf /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz @@ -24,4 +24,4 @@ FROM debian:stretch source /usr/local/bin/ulib.sh\n\ fi\n'\ >> /etc/zsh/zshenv - CMD ["/bin/zsh"] \ No newline at end of file + CMD ["/bin/zsh"] -- GitLab