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 Claire
parent 90072f4367
commit 5c8d2be23b

View File

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