Merge pull request #6300 from rgerhards/devcontainer-yaml

container: add libyaml to some dev containers
This commit is contained in:
Rainer Gerhards 2025-11-14 13:24:34 +01:00 committed by GitHub
commit 77bfd9e705
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ RUN dnf -y install \
libtool \
libuuid-devel \
libxml2-devel \
libyaml-devel \
libzstd-devel \
logrotate \
lsof \

View File

@ -54,6 +54,7 @@ RUN apt-get update && \
libtokyocabinet-dev \
libtool \
libtool-bin \
libyaml-dev \
libzstd-dev \
logrotate \
lsof \