1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00

wasm: update Dockerfile to force warpy build.

This commit is contained in:
Joel Martin 2019-01-16 21:01:15 -06:00
parent 266391c550
commit 5425eafbbc

View File

@ -91,6 +91,6 @@ RUN git clone https://github.com/kanaka/wac/ && \
# warpy
#
RUN git clone https://github.com/kanaka/warpy/ && \
cd warpy && \
cd warpy && \
make warpy-nojit && \
cp warpy-nojit /usr/bin/warpy