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
e539436b
Commit
e539436b
authored
Apr 28, 2020
by
Fabio Luchetti
Browse files
Install also redhat-lsb-core and xauth in images, just for CI tests
parent
43b783a5
Pipeline
#1594202
skipped with stage
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
e539436b
...
...
@@ -41,9 +41,10 @@ RUN yum -y --nogpg install \
less libacl-devel libgfortran libtool
\
nano
\
parallel perl-Test-Harness
\
rpm-build
\
redhat-lsb-core
rpm-build
\
sudo
\
vim
\
xauth
\
yum-plugin-priorities
\
&&
yum clean all
...
...
Dockerfile_asan
View file @
e539436b
...
...
@@ -41,9 +41,10 @@ RUN yum -y --nogpg install \
less libacl-devel libgfortran libtool \
nano \
parallel perl-Test-Harness \
rpm-build \
redhat-lsb-core
rpm-build \
sudo \
vim \
xauth \
yum-plugin-priorities \
&& yum clean all
...
...
Dockerfile_c8
View file @
e539436b
...
...
@@ -41,9 +41,10 @@ RUN dnf -y install epel-release \
less libacl-devel libgfortran libtool \
nano \
parallel perl-Test-Harness \
rpm-build rsync \
redhat-lsb-core
rpm-build rsync \
sqlite sudo \
vim \
xauth \
&& dnf clean all
# Install EOS from locally created repo
...
...
Dockerfile_coverage
View file @
e539436b
...
...
@@ -41,9 +41,10 @@ RUN yum -y --nogpg install \
lcov less libacl-devel libgfortran libtool \
nano \
parallel perl-Test-Harness \
rpm-build \
redhat-lsb-core
rpm-build \
sudo \
vim \
xauth \
yum-plugin-priorities \
&& yum clean all
...
...
Dockerfile_xrd_testing
View file @
e539436b
...
...
@@ -41,9 +41,10 @@ RUN yum -y --nogpg install \
less libacl-devel libgfortran libtool \
nano \
parallel perl-Test-Harness \
rpm-build \
redhat-lsb-core
rpm-build \
sudo \
vim \
xauth \
yum-plugin-priorities \
&& yum clean all
...
...
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