Skip to content

Commit

Permalink
Update dodona-scheme.dockerfile
Browse files Browse the repository at this point in the history
Install `r7rs` Scheme as a source-based library
  • Loading branch information
m0n0chr0m3 authored May 14, 2024
1 parent dfdf7fe commit 68ca49e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dodona-scheme.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt-get --allow-releaseinfo-change update \
&& apt-get clean \
# add racket dependencies
&& raco pkg install -i --auto --binary-lib --no-cache --no-docs rackunit r5rs \
&& raco pkg install -i --auto --no-cache --no-docs r7rs \
# follow Dodona conventions
&& chmod 711 /mnt \
&& useradd -m runner \
Expand Down

0 comments on commit 68ca49e

Please sign in to comment.