Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
00b6c388
Commit
00b6c388
authored
Jul 26, 2018
by
ktsitsim
Browse files
UDockerfile: Cleaning cache before the installation of deb packages
parent
ef7fe595
Pipeline
#459482
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ubuntu_client/Dockerfile
View file @
00b6c388
...
...
@@ -31,8 +31,8 @@ RUN apt-get install -y git gdebi-core libcurl4 \
libzmq5 libdw-dev libbz2-dev
\
heimdal-servers krb5-kdc krb5-admin-server
\
krb5-user libpam-krb5 libpam-ccreds auth-client-config
\
#In ubuntu 18.04 initscripts network manager has changed- obsolete
#less has a foreign repo check it later
#In ubuntu 18.04 initscripts network manager has changed- obsolete
#less has a foreign repo check it later
able
nano parallel fort77 gcc gfortran-8 gdb g++ perl \
libacl1-dev bzip2 automake autoconf libtool wget curl davix \
cadaver
...
...
@@ -53,6 +53,7 @@ RUN wget https://cmake.org/files/v3.11/cmake-3.11.4.tar.gz
RUN
tar
-xf
cmake-3.11.4.tar.gz
RUN
cd
./cmake-3.11.4
&&
./bootstrap
&&
make
&&
make
install
RUN
apt-get clean
RUN
apt-get update
RUN
apt-get
install
-y
eos-client eos-fusex xrootd-client-dbgsym xrootd-client-devel-dbgsym
\
xrootd-client-devel xrootd-client-libs-dbgsym xrootd-client-libs
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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