1
0
Fork 0
This commit is contained in:
Mike 2024-01-24 20:38:59 +02:00
parent 598796c3b1
commit c46e8e5976

View file

@ -9,6 +9,3 @@ RUN git clone https://github.com/picolisp/pil21
WORKDIR /root/pil21/src
RUN touch *.ll
RUN make
RUN echo "export PATH=$PATH:/root/pil21" >> /root/.bashrc
CMD ["bash"]