Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
standage committed Jul 17, 2017
1 parent 6370b5d commit fc6ff95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aux/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:16.04
MAINTAINER Daniel Standage <daniel.standage@gmail.com>

WORKDIR /src/
COPY ../ /src/
COPY ./ /src/

RUN apt-get update && apt-get install -y git build-essential python-dev python-pip bwa
RUN pip install --upgrade pip setuptools==32.0.0
Expand Down

0 comments on commit fc6ff95

Please sign in to comment.