File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ RUN apt-get update \
25
25
&& rm -fv /tmp/packages \
26
26
&& rm -rfv /var/lib/apt/lists/*
27
27
28
- # Xrootd client from CERN debian repository
29
- RUN echo "deb http://storage-ci.web.cern.ch/storage-ci/debian/xrootd/ focal release" > /etc/apt/sources.list.d/xrootd.list
30
- RUN curl -sL http://storage-ci.web.cern.ch/storage-ci/storageci.key -o /tmp/storageci.key \
31
- && APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add /tmp/storageci.key \
32
- && rm -fr /tmp/storageci.key
33
- RUN apt-get update && apt-get install -y xrootd-client
28
+ # # Xrootd client from CERN debian repository
29
+ # RUN echo "deb http://storage-ci.web.cern.ch/storage-ci/debian/xrootd/ focal release" > /etc/apt/sources.list.d/xrootd.list
30
+ # RUN curl -sL http://storage-ci.web.cern.ch/storage-ci/storageci.key -o /tmp/storageci.key \
31
+ # && APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add /tmp/storageci.key \
32
+ # && rm -fr /tmp/storageci.key
33
+ # RUN apt-get update && apt-get install -y xrootd-client
34
34
35
35
# Set the correct timezone
36
36
RUN ln -sf /usr/share/zoneinfo/Europe/Zurich /etc/localtime
Original file line number Diff line number Diff line change @@ -25,8 +25,10 @@ libxcb-xtest0-dev
25
25
libxcb-xinerama0-dev
26
26
libxcb-shape0-dev
27
27
libxcb-xkb-dev
28
- libx11-xcb-dev
28
+ libx11-xcb-dev
29
+ libxcb-xinput-dev
29
30
libglu1-mesa-dev
31
+ libglvnd-dev
30
32
libxrender-dev
31
33
libxi-dev
32
34
libxkbcommon-dev
40
42
bzip2
41
43
ccache
42
44
cmake
45
+ elfutils
43
46
emacs
44
47
flex
45
48
g++
@@ -55,6 +58,7 @@ libbz2-dev
55
58
libcairo2-dev
56
59
libcap-dev
57
60
libcurl4-openssl-dev
61
+ libdwarf-dev
58
62
libffi-dev
59
63
libffi7
60
64
libgdbm-dev
@@ -64,6 +68,7 @@ libglib2.0-dev-bin
64
68
libglu1-mesa
65
69
libglu1-mesa-dev
66
70
libgmp-dev
71
+ libkrb5-dev
67
72
libicu-dev
68
73
libjpeg-turbo8
69
74
libjpeg-turbo8-dev
@@ -89,17 +94,18 @@ libxmu-dev
89
94
libxpm-dev
90
95
locales
91
96
lsb-release
97
+ lz4
98
+ liblz4-dev
92
99
mesa-common-dev
93
100
nano
94
- python-is-python2
95
- python-cairo-dev
101
+ openssl
102
+ python-is-python3
96
103
python3
97
104
python3-cairo-dev
98
105
python3-distro
99
106
python3-distutils
100
107
python3-lib2to3
101
108
python3-pip
102
- qt5-default
103
109
rsync
104
110
subversion
105
111
tcl
@@ -111,3 +117,4 @@ unzip
111
117
uuid-dev
112
118
zip
113
119
zlib1g-dev
120
+ xrootd-client
You can’t perform that action at this time.
0 commit comments