Skip to content

Commit

Permalink
more ls -la
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Aug 26, 2024
1 parent af02c6f commit ba964cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN set -eux && \
curl -sSL https://sdk.cloud.google.com | bash

COPY . /warptools
RUN ls -la
#build C/C++ code and add binaries to usr's bin
RUN cd /warptools/fastqpreprocessing && ./fetch_and_make_dep_libs.sh && make && cp /warptools/fastqpreprocessing/bin/* /usr/local/bin/
RUN cd /warptools/TagSort && ./fetch_and_make_dep_libs.sh && make && cp /warptools/TagSort/bin/* /usr/local/bin/
Expand Down

0 comments on commit ba964cd

Please sign in to comment.