Fix some of the issues on ARM64

This commit is contained in:
M. Mert Yildiran
2022-06-12 09:37:17 +03:00
parent 00c1d8c0ef
commit 0b3eceddf4
7 changed files with 19 additions and 8 deletions
@@ -34,6 +34,6 @@ WORKDIR /
# Build and install Capstone from source
RUN curl https://github.com/aquynh/capstone/archive/4.0.2.tar.gz -Lo ./capstone.tar.gz \
&& tar -xzf capstone.tar.gz && mv ./capstone-* ./capstone
WORKDIR /work/capstone
WORKDIR /capstone
RUN ./make.sh \
&& ./make.sh install