Skip to content

Commit

Permalink
Update Dockerfile to improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
choosehappy authored Nov 20, 2019
1 parent f373ab0 commit 5a2e1b6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM ubuntu

RUN apt-get update
RUN apt-get install -y git python3-pip python3.6
RUN apt-get install -y openslide-tools

RUN cd /opt
RUN git clone https://github.com/choosehappy/HistoQC.git
RUN pip3 install -r /opt/HistoQC/requirements.txt
RUN apt-get update && \
apt-get install -y git python3-pip python3.6 && \
apt-get install -y openslide-tools

RUN cd /opt \
git clone https://github.com/choosehappy/HistoQC.git \
pip3 install -r /opt/HistoQC/requirements.txt

0 comments on commit 5a2e1b6

Please sign in to comment.