Skip to content

Commit

Permalink
scheme/Dockerfile: gcc needed before chicken r7rs install
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Dec 11, 2021
1 parent b2f74ac commit 23dddd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions impls/scheme/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ WORKDIR /mal
# Specific implementation requirements
##########################################################

# Dev tools
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install gcc g++ bison flex groff make cmake pkg-config git

# Prepackaged Scheme implementations
RUN apt-get -y install gauche chicken-bin
RUN chicken-install r7rs
# Dev tools
RUN apt-get -y install gcc g++ bison flex groff make cmake pkg-config git

# Chibi
RUN cd /tmp && curl -Lo chibi-0.10.tar.gz https://github.com/ashinn/chibi-scheme/archive/0.10.tar.gz \
Expand Down

0 comments on commit 23dddd9

Please sign in to comment.