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

Add lftpg

parent 5f85a9bb
Branches 16-update-genie-container
No related tags found
No related merge requests found
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"]
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