Skip to content

Commit

Permalink
Merge branch 'master' into public_push
Browse files Browse the repository at this point in the history
  • Loading branch information
dskola authored Oct 11, 2019
2 parents cc949d5 + 6720142 commit f0666f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.ubuntu-with-tests
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM ubuntu:18.04

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get install -y \
autoconf \
Expand All @@ -22,7 +24,6 @@ RUN apt-get update && \
python-pandas \
python-distribute \
python-pysam \
python-software-properties \
python-scipy \
software-properties-common \
wget \
Expand Down

0 comments on commit f0666f9

Please sign in to comment.