Fix missing libyaml-dev dependency in Dockerfile (#27533)
This commit is contained in:
parent
15182d1e5e
commit
b1885387b6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ RUN apt-get update && \
|
||||||
libgdbm-dev \
|
libgdbm-dev \
|
||||||
libgmp-dev \
|
libgmp-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libyaml-0-2 \
|
libyaml-dev \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
libreadline8 \
|
libreadline8 \
|
||||||
python3 \
|
python3 \
|
||||||
|
|
Loading…
Reference in a new issue