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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 \