mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-12 19:30:42 +01:00
Merge pull request #6300 from rgerhards/devcontainer-yaml
container: add libyaml to some dev containers
This commit is contained in:
commit
77bfd9e705
@ -55,6 +55,7 @@ RUN dnf -y install \
|
||||
libtool \
|
||||
libuuid-devel \
|
||||
libxml2-devel \
|
||||
libyaml-devel \
|
||||
libzstd-devel \
|
||||
logrotate \
|
||||
lsof \
|
||||
|
||||
@ -54,6 +54,7 @@ RUN apt-get update && \
|
||||
libtokyocabinet-dev \
|
||||
libtool \
|
||||
libtool-bin \
|
||||
libyaml-dev \
|
||||
libzstd-dev \
|
||||
logrotate \
|
||||
lsof \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user