Skip to content

Commit

Permalink
πŸ“ƒ reduce verbosity in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
juanesarango committed Apr 23, 2021
1 parent 43aef55 commit 877b6e5
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 @@ -15,7 +15,7 @@ ARG DOWNLOAD_LINK="https://cf.10xgenomics.com/releases/cell-exp/cellranger-3.1.0

RUN cd /opt/ && \
wget -O cellranger-$VERSION.tar.gz ${DOWNLOAD_LINK} &> /dev/null && \
bsdtar -xzvf cellranger-$VERSION.tar.gz && \
bsdtar -xzf cellranger-$VERSION.tar.gz && \
rm -f cellranger-$VERSION.tar.gz

# Set locale
Expand Down

0 comments on commit 877b6e5

Please sign in to comment.