Add docker to dockerfile

This commit is contained in:
retropikzel 2025-10-09 11:55:43 +03:00
parent 710e91ef75
commit 46e72f2d49
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM debian:trixie-slim
RUN apt-get update && apt-get install -y gcc make git libffi-dev
RUN apt-get update && apt-get install -y gcc make git libffi-dev docker.io
WORKDIR /build
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1 chibi
WORKDIR /build/chibi