Fix missing libyaml-dev dependency in Dockerfile (#27533)

This commit is contained in:
Michael Stanclift 2023-10-24 12:32:10 -05:00 committed by GitHub
parent 15182d1e5e
commit b1885387b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ RUN apt-get update && \
libgdbm-dev \
libgmp-dev \
libssl-dev \
libyaml-0-2 \
libyaml-dev \
ca-certificates \
libreadline8 \
python3 \