Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Piotr Kalaczynski
Dockerfiles
Commits
eb9c6fb8
Commit
eb9c6fb8
authored
4 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Add lftpg
parent
5f85a9bb
Branches
12-add-mono-6-8-to-the-centos-full-base-image
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
base/singularity:3.1
+2
-2
2 additions, 2 deletions
base/singularity:3.1
with
2 additions
and
2 deletions
base/singularity:3.1
+
2
−
2
View file @
eb9c6fb8
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"]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment