Skip to content

Commit 481303e

Browse files
committed
Ubuntu22: update package list
1 parent 1cb1d42 commit 481303e

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

ubuntu2204/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ RUN apt-get update \
2525
&& rm -fv /tmp/packages \
2626
&& rm -rfv /var/lib/apt/lists/*
2727

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
3434

3535
# Set the correct timezone
3636
RUN ln -sf /usr/share/zoneinfo/Europe/Zurich /etc/localtime

ubuntu2204/packages.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ libxcb-xtest0-dev
2525
libxcb-xinerama0-dev
2626
libxcb-shape0-dev
2727
libxcb-xkb-dev
28-
libx11-xcb-dev
28+
libx11-xcb-dev
29+
libxcb-xinput-dev
2930
libglu1-mesa-dev
31+
libglvnd-dev
3032
libxrender-dev
3133
libxi-dev
3234
libxkbcommon-dev
@@ -40,6 +42,7 @@ byacc
4042
bzip2
4143
ccache
4244
cmake
45+
elfutils
4346
emacs
4447
flex
4548
g++
@@ -55,6 +58,7 @@ libbz2-dev
5558
libcairo2-dev
5659
libcap-dev
5760
libcurl4-openssl-dev
61+
libdwarf-dev
5862
libffi-dev
5963
libffi7
6064
libgdbm-dev
@@ -64,6 +68,7 @@ libglib2.0-dev-bin
6468
libglu1-mesa
6569
libglu1-mesa-dev
6670
libgmp-dev
71+
libkrb5-dev
6772
libicu-dev
6873
libjpeg-turbo8
6974
libjpeg-turbo8-dev
@@ -89,17 +94,18 @@ libxmu-dev
8994
libxpm-dev
9095
locales
9196
lsb-release
97+
lz4
98+
liblz4-dev
9299
mesa-common-dev
93100
nano
94-
python-is-python2
95-
python-cairo-dev
101+
openssl
102+
python-is-python3
96103
python3
97104
python3-cairo-dev
98105
python3-distro
99106
python3-distutils
100107
python3-lib2to3
101108
python3-pip
102-
qt5-default
103109
rsync
104110
subversion
105111
tcl
@@ -111,3 +117,4 @@ unzip
111117
uuid-dev
112118
zip
113119
zlib1g-dev
120+
xrootd-client

0 commit comments

Comments
 (0)