mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Fix libyaml missing from Dockerfile build stage (#33591)
This commit is contained in:
parent
e6b97fc940
commit
e86430a45b
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ RUN apt-get update && \
|
|||
libgdbm-dev \
|
||||
libgmp-dev \
|
||||
libssl-dev \
|
||||
libyaml-dev \
|
||||
libyaml-0-2 \
|
||||
ca-certificates \
|
||||
libreadline8 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue