Fix Scheme Dockerfile to install guile-json module
This commit is contained in:
parent
390e028769
commit
157078415c
1 changed files with 1 additions and 0 deletions
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue