mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-08-25 00:47:27 +00:00
Fix some of the issues on ARM64
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user