Skip to content

Commit

Permalink
fix dockerfile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Chienchi Lo committed Nov 7, 2024
1 parent 27b4205 commit 356ccd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/BBtools_Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV JAVA_URL=https://download.java.net/java/GA/jdk13.0.1/cec27d702aa74d5a8630c65
ENV JAVA_SHA256=2e01716546395694d3fad54c9b36d1cd46c5894c06f72d156772efbcf4b41335


RUN apt-get update && apt-get install -y build-essential file python zlib1g-dev jq && \
RUN apt-get update && apt-get install -y build-essential file python zlib1g-dev jq \
wget samtools curl && \
apt-get autoclean && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 356ccd0

Please sign in to comment.