mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-05 17:01:45 +01:00
Fix libyaml missing from Dockerfile build stage (#33591)
This commit is contained in:
parent
e6b97fc940
commit
e86430a45b
@ -28,6 +28,7 @@ RUN apt-get update && \
|
|||||||
libgdbm-dev \
|
libgdbm-dev \
|
||||||
libgmp-dev \
|
libgmp-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
libyaml-dev \
|
||||||
libyaml-0-2 \
|
libyaml-0-2 \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
libreadline8 \
|
libreadline8 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user