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
54ee2226
Commit
54ee2226
authored
4 years ago
by
Kay Graf
Browse files
Options
Downloads
Patches
Plain Diff
harmonised with centos:7
parent
361bb6e8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
base/centos-full-root6.20.04:7
+12
-4
12 additions, 4 deletions
base/centos-full-root6.20.04:7
with
12 additions
and
4 deletions
base/centos-full-root6.20.04:7
+
12
−
4
View file @
54ee2226
...
...
@@ -3,12 +3,12 @@ FROM docker.km3net.de/base/centos:7
RUN yum install -y centos-release-scl epel-release
RUN yum install -y man sed cygpath grep test && yum clean -y all
RUN yum install -y csh tar vim zsh && yum clean -y all
RUN yum install -y csh tar vim
lftp
zsh && yum clean -y all
RUN yum install -y compat-gcc-34-g77 flex pakchois boost-devel rpmdevtools cmake3 && 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 && yum clean -y all
RUN yum install -y gtk2-devel libX11
libX11-common libX11-devel libXext libXext-devel libXft libXft-devel libXpm libXpm-devel && yum clean -y all
RUN yum install -y doxygen texlive texlive-*.noarch && 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 gtk2-devel libX11 libX11-common libX11-devel libXext libXext-devel libXft libXft-devel libXpm libXpm-devel && yum clean -y all
RUN yum install -y
ghostscript
doxygen texlive texlive-*.noarch && yum clean -y all
RUN yum install -y gsl-devel && yum clean -y all
RUN curl -L http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-2.2.0.8-x86_64-cc7-gcc48-opt.tgz > clhep.tgz && tar -C /usr/local/ --strip-components=1 -xvzf clhep.tgz
...
...
@@ -52,3 +52,11 @@ RUN source /etc/profile.d/genie.sh && cd / && rm -rf /usr/local/root && \
mv obj /opt/root-$ROOT_VERSION && \
rm -rf /tmp/root* && \
echo "cd /opt/root-$ROOT_VERSION && source bin/thisroot.sh && cd -" >> /etc/profile.d/root_env.sh && cd
#SSH
RUN echo "/usr/sbin/sshd" >> /etc/bashrc
RUN /usr/bin/ssh-keygen -A
RUN ssh-keygen -t rsa -P "" -f ~/.ssh/id_rsa -q
RUN cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
RUN ssh-keyscan -H -t rsa localhost,$(hostname -i) >> ~/.ssh/known_hosts
RUN chmod 700 ~/.ssh && chmod 600 ~/.ssh/*
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