Skip to content

Commit

Permalink
Set Docker to 3.9, as 3.9.7 failed
Browse files Browse the repository at this point in the history
  • Loading branch information
milnus committed Oct 14, 2021
1 parent 7f83b9b commit e5070a7
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 @@ -11,7 +11,7 @@ RUN pip3 install -r requirements-dev.txt
RUN apt-get update && apt-get install -y \
bedtools \
samtools \
python3.9.7 \
python3.9 \
&& rm -rf /var/lib/apt/lists/*
#bedtools==2.29.2
# TODO - add docker container with bedtools - biocontainers?
Expand Down

0 comments on commit e5070a7

Please sign in to comment.