Fixing testing

This commit is contained in:
retropikzel 2026-03-12 07:50:59 +02:00
parent 1adaa618ca
commit da149e080b
1 changed files with 1 additions and 7 deletions

View File

@ -1,8 +1,2 @@
FROM debian:trixie-slim FROM debian:trixie-slim
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y make ca-certificates git docker.io
make ca-certificates git docker.io gauche time mit-scheme
WORKDIR /cache
RUN git clone https://codeberg.org/retropikzel/compile-scheme.git --depth=1
WORKDIR /cache/compile-scheme
RUN make build-gauche
RUN make install