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
2e99da3b
Commit
2e99da3b
authored
May 12, 2020
by
Fabio Luchetti
Browse files
Install also both pip2 and pip3 in every image, just for CI tests
parent
2d731ec3
Pipeline
#1626981
skipped with stage
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2e99da3b
...
...
@@ -41,7 +41,7 @@ RUN yum -y --nogpg install \
krb5-server krb5-workstation
\
less libacl-devel libgfortran libtool
\
nano
\
parallel perl-Test-Harness python2 python
3
\
parallel perl-Test-Harness python2 python
2-pip python3 python3-pip
\
redhat-lsb-core rpm-build
\
sudo
\
vim
\
...
...
Dockerfile.local
View file @
2e99da3b
...
...
@@ -32,7 +32,8 @@ RUN adduser eos-user
ENV XRD_VERSION 4.11.3
RUN yum -y --nogpg update \
&& yum -y --nogpg install \
initscripts less heimdal-server heimdal-workstation krb5-server krb5-workstation python2 python3 \
initscripts less python2 python2-pip python3 python3-pip \
heimdal-server heimdal-workstation krb5-server krb5-workstation \
eos-server eos-testkeytab quarkdb \
xrootd-$XRD_VERSION \
xrootd-client-$XRD_VERSION \
...
...
Dockerfile_asan
View file @
2e99da3b
...
...
@@ -41,7 +41,7 @@ RUN yum -y --nogpg install \
krb5-server krb5-workstation \
less libacl-devel libgfortran libtool \
nano \
parallel perl-Test-Harness python2 python
3
\
parallel perl-Test-Harness python2 python
2-pip python3 python3-pip
\
redhat-lsb-core rpm-build \
sudo \
vim \
...
...
Dockerfile_c8
View file @
2e99da3b
...
...
@@ -41,7 +41,7 @@ RUN dnf -y install epel-release \
krb5-server krb5-workstation \
less libacl-devel libgfortran libtool \
nano \
parallel perl-Test-Harness python2 python
3
\
parallel perl-Test-Harness python2 python
2-pip python3 python3-pip
\
redhat-lsb-core rpm-build rsync \
sqlite sudo \
vim \
...
...
Dockerfile_coverage
View file @
2e99da3b
...
...
@@ -41,7 +41,7 @@ RUN yum -y --nogpg install \
krb5-server krb5-workstation \
lcov less libacl-devel libgfortran libtool \
nano \
parallel perl-Test-Harness python2 python
3
\
parallel perl-Test-Harness python2 python
2-pip python3 python3-pip
\
redhat-lsb-core rpm-build \
sudo \
vim \
...
...
Dockerfile_ubuntu_bionic
View file @
2e99da3b
...
...
@@ -38,7 +38,7 @@ RUN apt-get install -y software-properties-common \
krb5-admin-server krb5-kdc krb5-user \
libpam-ccreds libpam-krb5 libtool \
nano \
parallel perl python2.7 python
3
\
parallel perl python2.7 python
-pip python3 python3-pip
\
rsync \
sqlite3 \
vim \
...
...
Dockerfile_xrd_testing
View file @
2e99da3b
...
...
@@ -41,7 +41,7 @@ RUN yum -y --nogpg install \
krb5-server krb5-workstation \
less libacl-devel libgfortran libtool \
nano \
parallel perl-Test-Harness python2 python
3
\
parallel perl-Test-Harness python2 python
2-pip python3 python3-pip
\
redhat-lsb-core rpm-build \
sudo \
vim \
...
...
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