Skip to content

Commit

Permalink
thought I'd done this in the last commit...
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolser committed Oct 5, 2023
1 parent 15c33e2 commit 6779a8a
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ RUN apk --no-cache add zlib-dev
RUN apk --no-cache add bzip2-dev
RUN apk --no-cache add xz-dev

#RUN apk --no-cache add libressl-dev
RUN pip install cyvcf2==0.20.0

COPY requirements.txt .

RUN pip install -r requirements.txt
## TODO: Run the actual tests...

0 comments on commit 6779a8a

Please sign in to comment.