Add docker to dockerfile
This commit is contained in:
parent
710e91ef75
commit
46e72f2d49
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue