Attempt to fix ci.yml #2
Some checks failed
Build ostree packages from sid to trixie / build (push) Failing after 6s
Some checks failed
Build ostree packages from sid to trixie / build (push) Failing after 6s
This commit is contained in:
parent
5c2922853a
commit
5c4d5143dc
2 changed files with 65 additions and 1 deletions
34
Dockerfile
34
Dockerfile
|
|
@ -5,16 +5,48 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||
ENV LANG=C.UTF-8
|
||||
ENV LC_ALL=C.UTF-8
|
||||
|
||||
# Install basic build tools
|
||||
# Install build dependencies for OSTree
|
||||
RUN apt update && \
|
||||
apt install -y \
|
||||
build-essential \
|
||||
devscripts \
|
||||
debhelper \
|
||||
dh-autoreconf \
|
||||
pkg-config \
|
||||
git \
|
||||
curl \
|
||||
wget \
|
||||
cmake \
|
||||
ninja-build \
|
||||
meson \
|
||||
autotools-dev \
|
||||
autoconf \
|
||||
automake \
|
||||
libtool \
|
||||
libglib2.0-dev \
|
||||
libgpgme-dev \
|
||||
libfuse3-dev \
|
||||
libsoup2.4-dev \
|
||||
libarchive-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libsystemd-dev \
|
||||
libcap-dev \
|
||||
liblzma-dev \
|
||||
libzstd-dev \
|
||||
libbz2-dev \
|
||||
liblz4-dev \
|
||||
libz-dev \
|
||||
libssl-dev \
|
||||
libxml2-dev \
|
||||
libyaml-dev \
|
||||
libjson-c-dev \
|
||||
libavahi-client-dev \
|
||||
libavahi-common-dev \
|
||||
libavahi-glib-dev \
|
||||
libavahi-gobject-dev \
|
||||
libavahi-ui-gtk3-dev \
|
||||
libavahi-ui-gtk3-0 \
|
||||
libavahi-ui-gtk3-0-dev \
|
||||
&& \
|
||||
apt clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue