2
0

Fix libyaml missing from Dockerfile build stage (#33591)

This commit is contained in:
Michael Stanclift
2025-01-14 10:35:58 -06:00
committed by GitHub
parent bfe73e153d
commit e1d7efadc0

View File

@@ -153,6 +153,7 @@ RUN \
libpq-dev \ libpq-dev \
libssl-dev \ libssl-dev \
libtool \ libtool \
libyaml-dev \
meson \ meson \
nasm \ nasm \
pkg-config \ pkg-config \