Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
eos-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
eos
eos-docker
Commits
b19e7543
Commit
b19e7543
authored
6 years ago
by
Fabio Luchetti
Browse files
Options
Downloads
Patches
Plain Diff
Add installation of 'at' package
parent
a4af3870
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#773324
skipped
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
Dockerfile_asan
+1
-1
1 addition, 1 deletion
Dockerfile_asan
Dockerfile_xrd_testing
+1
-1
1 addition, 1 deletion
Dockerfile_xrd_testing
ubuntu_client/Dockerfile
+1
-1
1 addition, 1 deletion
ubuntu_client/Dockerfile
with
4 additions
and
4 deletions
Dockerfile
+
1
−
1
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.
...
...
This diff is collapsed.
Click to expand it.
Dockerfile_asan
+
1
−
1
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.
...
...
This diff is collapsed.
Click to expand it.
Dockerfile_xrd_testing
+
1
−
1
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; \
...
...
This diff is collapsed.
Click to expand it.
ubuntu_client/Dockerfile
+
1
−
1
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
...
...
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