Fix Scheme Dockerfile to install guile-json module

This commit is contained in:
Russell Ballestrini 2025-10-24 20:18:42 -04:00
parent 390e028769
commit 157078415c

View file

@ -6,6 +6,7 @@ RUN apt-get update && \
apt-get install -y \
guile-3.0 \
guile-3.0-dev \
guile-json \
curl \
ca-certificates && \
rm -rf /var/lib/apt/lists/*