Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omicsnut committed Jun 26, 2023
1 parent 502c55c commit a055ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get update && apt-get upgrade --yes --n
/bin/bash "cmake-3.26.4-linux-x86_64.sh" --skip-license --exclude-subdir --prefix=/usr && \
unzip -d /usr/bin ninja-linux.zip && rm -f cmake-3.26.4-linux-x86_64.sh ninja-linux.zip

RUN DEBIAN_FRONTEND="noninteractive" git clone https://github.com/nygenome/Lancet2.git && cd /Lancet2 && mkdir build && \
RUN DEBIAN_FRONTEND="noninteractive" git clone https://github.com/nygenome/Lancet2.git && cd Lancet2 && mkdir build && \
cd build && cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DLANCET_BUILD_ARCH="haswell" .. && ninja -v

FROM alpine:latest
Expand Down

0 comments on commit a055ecd

Please sign in to comment.