Skip to content

Commit

Permalink
Ubuntu22: update package list
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Apr 3, 2024
1 parent 1cb1d42 commit 481303e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
12 changes: 6 additions & 6 deletions ubuntu2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ RUN apt-get update \
&& rm -fv /tmp/packages \
&& rm -rfv /var/lib/apt/lists/*

# Xrootd client from CERN debian repository
RUN echo "deb http://storage-ci.web.cern.ch/storage-ci/debian/xrootd/ focal release" > /etc/apt/sources.list.d/xrootd.list
RUN curl -sL http://storage-ci.web.cern.ch/storage-ci/storageci.key -o /tmp/storageci.key \
&& APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add /tmp/storageci.key \
&& rm -fr /tmp/storageci.key
RUN apt-get update && apt-get install -y xrootd-client
# # Xrootd client from CERN debian repository
# RUN echo "deb http://storage-ci.web.cern.ch/storage-ci/debian/xrootd/ focal release" > /etc/apt/sources.list.d/xrootd.list
# RUN curl -sL http://storage-ci.web.cern.ch/storage-ci/storageci.key -o /tmp/storageci.key \
# && APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add /tmp/storageci.key \
# && rm -fr /tmp/storageci.key
# RUN apt-get update && apt-get install -y xrootd-client

# Set the correct timezone
RUN ln -sf /usr/share/zoneinfo/Europe/Zurich /etc/localtime
Expand Down
15 changes: 11 additions & 4 deletions ubuntu2204/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ libxcb-xtest0-dev
libxcb-xinerama0-dev
libxcb-shape0-dev
libxcb-xkb-dev
libx11-xcb-dev
libx11-xcb-dev
libxcb-xinput-dev
libglu1-mesa-dev
libglvnd-dev
libxrender-dev
libxi-dev
libxkbcommon-dev
Expand All @@ -40,6 +42,7 @@ byacc
bzip2
ccache
cmake
elfutils
emacs
flex
g++
Expand All @@ -55,6 +58,7 @@ libbz2-dev
libcairo2-dev
libcap-dev
libcurl4-openssl-dev
libdwarf-dev
libffi-dev
libffi7
libgdbm-dev
Expand All @@ -64,6 +68,7 @@ libglib2.0-dev-bin
libglu1-mesa
libglu1-mesa-dev
libgmp-dev
libkrb5-dev
libicu-dev
libjpeg-turbo8
libjpeg-turbo8-dev
Expand All @@ -89,17 +94,18 @@ libxmu-dev
libxpm-dev
locales
lsb-release
lz4
liblz4-dev
mesa-common-dev
nano
python-is-python2
python-cairo-dev
openssl
python-is-python3
python3
python3-cairo-dev
python3-distro
python3-distutils
python3-lib2to3
python3-pip
qt5-default
rsync
subversion
tcl
Expand All @@ -111,3 +117,4 @@ unzip
uuid-dev
zip
zlib1g-dev
xrootd-client

0 comments on commit 481303e

Please sign in to comment.