add alpine docker files

This commit is contained in:
Daan 2024-05-19 21:32:22 -07:00
parent d5ac4f7b95
commit 836ee0a94c
4 changed files with 54 additions and 0 deletions

View file

@ -18,5 +18,6 @@ RUN mkdir -p mimalloc/out/debug
WORKDIR /home/dev/mimalloc/out/debug
RUN cmake ../.. -DMI_DEBUG_FULL=ON
RUN make -j
RUN make test
CMD ["/bin/sh"]