Skip to content
Snippets Groups Projects
Verified Commit fa92e48e authored by Laurent Modolo's avatar Laurent Modolo
Browse files

htseq/1.99.2/Dockerfile: fix typo :2

parent f27bf148
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:20.04 FROM ubuntu:20.04
LABEL maintainer= Laurent Modolo
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
...@@ -8,4 +7,4 @@ RUN apt-get update \ ...@@ -8,4 +7,4 @@ RUN apt-get update \
python3 \ python3 \
python3-pip python3-pip
RUN pip install HTSeq==1.99.2 RUN pip install HTSeq==1.99.2
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment