Skip to content

Commit

Permalink
update cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
satawatnack committed Sep 29, 2023
1 parent b28c6e0 commit 7619a01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ RUN chmod +rx /.cargo
COPY go-owasm/build/cargo-config /.cargo/config

# Download and install gmp-devel for AArch64
RUN yum install -y wget \
&& wget http://mirror.centos.org/altarch/7/os/aarch64/Packages/gmp-devel-6.0.0-15.el7.aarch64.rpm \
RUN wget http://mirror.centos.org/altarch/7/os/aarch64/Packages/gmp-devel-6.0.0-15.el7.aarch64.rpm \
&& rpm2cpio gmp-devel-6.0.0-15.el7.aarch64.rpm | cpio -idmv && \
mv usr/* /usr/ && \
&& rm gmp-devel-6.0.0-15.el7.aarch64.rpm
Expand Down

0 comments on commit 7619a01

Please sign in to comment.