Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
b19e7543
Commit
b19e7543
authored
Mar 25, 2019
by
Fabio Luchetti
Browse files
Add installation of 'at' package
parent
a4af3870
Pipeline
#773324
skipped with stage
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
b19e7543
...
...
@@ -30,7 +30,7 @@ RUN yum -y --nogpg install \
git parallel compat-libf2c-34 libgfortran
\
gdb gcc-c++ cmake3 libacl-devel perl-Test-Harness
\
rpm-build bzip2 automake autoconf libtool
sudo
vim
\
centos-release-scl-rh
centos-release-scl-rh
at
# Install new EOS from created repo - the ADD command will reset the docker cache,
# and any commands after that point will be uncached.
...
...
Dockerfile_asan
View file @
b19e7543
...
...
@@ -30,7 +30,7 @@ RUN yum -y --nogpg install \
git parallel compat-libf2c-34 libgfortran \
gdb gcc-c++ cmake3 libacl-devel perl-Test-Harness \
rpm-build bzip2 automake autoconf libtool sudo vim \
centos-release-scl-rh
centos-release-scl-rh
at
# Install new EOS from created repo - the ADD command will reset the docker cache,
# and any commands after that point will be uncached.
...
...
Dockerfile_xrd_testing
View file @
b19e7543
...
...
@@ -29,7 +29,7 @@ RUN yum -y --nogpg install \
createrepo initscripts less nano \
git parallel compat-libf2c-34 libgfortran \
gdb gcc-c++ cmake3 libacl-devel perl-Test-Harness \
rpm-build bzip2 automake autoconf libtool sudo vim
rpm-build bzip2 automake autoconf libtool sudo vim
at
# Special packages, must be installed un-cached.
RUN yum clean all; \
...
...
ubuntu_client/Dockerfile
View file @
b19e7543
...
...
@@ -32,7 +32,7 @@ RUN apt-get install -y build-essential git gdebi-core libcurl4 \
#less has a foreign repo check it laterable
nano parallel fort77 gcc gfortran-8 gdb g++ perl \
libacl1-dev bzip2 automake autoconf libtool wget curl davix \
cadaver cmake createrepo cpio sqlite3 rsync
cadaver cmake createrepo cpio sqlite3 rsync
at
RUN
curl
-sL
http://storage-ci.web.cern.ch/storage-ci/storageci.key | apt-key add -
&&
apt-get update
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment