Skip to content

Commit

Permalink
update for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Nov 11, 2019
1 parent 896d8f3 commit 40737dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ ENV LD_LIBRARY_PATH /usr/local/lib

COPY ./docker-build.sh .
RUN bash docker-build.sh
COPY ./smoove /usr/bin/
WORKDIR /work/
4 changes: 2 additions & 2 deletions docker/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ chmod +x /usr/bin/gargs
wget -qO /usr/bin/goleft https://github.com/brentp/goleft/releases/download/v0.2.1/goleft_linux64
chmod +x /usr/bin/goleft

wget -qO /usr/bin/smoove https://github.com/brentp/smoove/releases/download/v0.2.4/smoove
chmod +x /usr/bin/smoove
#wget -qO /usr/bin/smoove https://github.com/brentp/smoove/releases/download/v0.2.4/smoove
#chmod +x /usr/bin/smoove

git clone --single-branch --recursive --depth 1 https://github.com/arq5x/lumpy-sv
cd lumpy-sv
Expand Down

0 comments on commit 40737dd

Please sign in to comment.