mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
ci: Update Docker container to Ubuntu 23.10
This removes Python 2.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# The image is also used for libxslt, that's why we need git and
|
||||
# libgcrypt-dev.
|
||||
|
||||
FROM ubuntu:22.10
|
||||
FROM ubuntu:23.10
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
@@ -10,7 +10,7 @@ RUN apt-get update && \
|
||||
autoconf automake libtool pkg-config \
|
||||
make gcc clang llvm \
|
||||
zlib1g-dev liblzma-dev libgcrypt-dev \
|
||||
python2-dev python3-dev \
|
||||
python3-dev \
|
||||
cmake meson
|
||||
WORKDIR /tests
|
||||
RUN curl https://www.w3.org/XML/Test/xmlts20080827.tar.gz |tar xz
|
||||
|
||||
Reference in New Issue
Block a user