Skip to content

Commit

Permalink
Fix nasm source broken link in the deps docker
Browse files Browse the repository at this point in the history
Signed-off-by: Kamil Tokarski <[email protected]>
  • Loading branch information
stiepan committed Jun 11, 2024
1 parent 2a1c2ac commit b0b5e90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ RUN CMAKE_VERSION=3.20.1 && CMAKE_ARCH=$(uname -m) && \

# We need newer NASM than manylinux2014 offers
RUN cd /tmp && \
curl -O -L https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.15.05.tar.bz2 && \
tar xjvf nasm-2.15.05.tar.bz2 && \
cd nasm-2.15.05 && \
curl -O -L https://github.com/netwide-assembler/nasm/archive/refs/tags/nasm-2.15.05.tar.gz && \
tar xvf nasm-2.15.05.tar.gz && \
cd nasm-nasm-2.15.05 && \
./autogen.sh && \
./configure && \
make && \
Expand Down

0 comments on commit b0b5e90

Please sign in to comment.