Skip to content

Commit

Permalink
remove 3.8-slim-stretch and add python3.9 installation to apt-get call
Browse files Browse the repository at this point in the history
  • Loading branch information
milnus committed Oct 14, 2021
1 parent 74cdf57 commit a0b1c9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim-stretch
FROM python:3.7.3-stretch
WORKDIR /Magphi
COPY . .
# TODO - Change the python up top
Expand All @@ -11,6 +11,7 @@ RUN pip3 install -r requirements-dev.txt
RUN apt-get update && apt-get install -y \
bedtools \
samtools \
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 a0b1c9d

Please sign in to comment.