Skip to content

Commit

Permalink
Fetch yasm from the github release
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrod-becker committed Jul 24, 2019
1 parent b40b322 commit 1078cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deploy/NVA_build/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ RUN yum install -y -q wget unzip which vim centos-release-scl && \
yum clean all
RUN source /opt/rh/devtoolset-7/enable && \
version="1.3.0" && \
wget -q http://www.tortall.net/projects/yasm/releases/yasm-${version}.tar.gz && \
wget -q -O yasm-1.3.0.tar.gz https://github.com/yasm/yasm/archive/v${version}.tar.gz && \
tar -xf yasm-${version}.tar.gz && \
pushd yasm-${version} && \
./configure && \
./autogen.sh && \
make && \
make install && \
popd && \
Expand Down

0 comments on commit 1078cc8

Please sign in to comment.