Hash :
fd5a5155
Author :
Thomas de Grivel
Date :
2024-09-16T02:17:37
FROM debian:latest
RUN apt-get update
RUN apt-get install pkg-config gcc libtool-bin make ruby time libffi-dev libbsd-dev libevent-dev
RUN git clone https://git.kmx.io/kc3-lang/kc3.git
RUN cd kc3
RUN git submodule init
RUN git submodule update
RUN cd fonts
RUN git submodule init
RUN git submodule update
RUN cd ..
RUN ./configure
RUN make
RUN . ./env
RUN make test