Skip to content
Snippets Groups Projects
Commit b19e7543 authored by Fabio Luchetti's avatar Fabio Luchetti
Browse files

Add installation of 'at' package

parent a4af3870
Branches
No related tags found
No related merge requests found
Pipeline #773324 skipped
......@@ -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.
......
......@@ -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.
......
......@@ -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; \
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment