1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-08 21:17:39 +03:00

Update GitLab CI container

This commit is contained in:
Nick Wellnhofer 2020-06-11 16:08:16 +02:00
parent a28f7d8789
commit af893a58c6

View File

@ -2,14 +2,16 @@ default:
# The image was generated with the following Dockerfile. It is also used
# for libxslt, that's why we need git and libgcrypt-dev.
#
# FROM ubuntu:19.04
# FROM ubuntu:20.04
# ENV DEBIAN_FRONTEND=noninteractive
# RUN apt-get update && \
# apt-get upgrade -y && \
# apt-get install -y --no-install-recommends \
# curl git ca-certificates \
# autoconf automake libtool pkg-config \
# make gcc clang llvm \
# python-dev zlib1g-dev liblzma-dev libgcrypt-dev
# python-dev zlib1g-dev liblzma-dev libgcrypt-dev \
# cmake
# WORKDIR /tests
# RUN curl https://www.w3.org/XML/Test/xmlts20080827.tar.gz |tar xz
image: registry.gitlab.gnome.org/gnome/libxml2