This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 019ff22a psych now needs libyaml-dev
019ff22a is described below

commit 019ff22a36f6744e74eada538f1b2888c9e3ab7d
Author: Sebb <s...@apache.org>
AuthorDate: Mon Dec 5 21:41:09 2022 +0000

    psych now needs libyaml-dev
---
 Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index d22c7ff9..9ec2f516 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -67,6 +67,9 @@ RUN DEBIAN_FRONTEND='noninteractive' apt-get install -y 
ldap-utils
 COPY docker-config/puppeteer-install.sh /tmp/puppeteer-install.sh
 RUN bash /tmp/puppeteer-install.sh && rm /tmp/puppeteer-install.sh
 
+# Fix for psych 5.0.0
+RUN DEBIAN_FRONTEND='noninteractive' apt-get install -y libyaml-dev
+
 #  For testing agenda, you may need the following:
 # Find the chrome version:
 # google-chrome --version

Reply via email to