Skip to content

Commit

Permalink
Merge pull request #319 from m0n0chr0m3/master
Browse files Browse the repository at this point in the history
Extend Scheme image with R7RS support
  • Loading branch information
chvp authored May 23, 2024
2 parents 004af85 + f99fc60 commit a179834
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 a179834

Please sign in to comment.