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 \
libssl-dev \
libtool \
libyaml-dev \
meson \
nasm \
pkg-config \