Add python2 to docker image.
authorTom Clegg <tom@tomclegg.ca>
Thu, 12 Mar 2020 01:45:30 +0000 (21:45 -0400)
committerTom Clegg <tom@tomclegg.ca>
Thu, 12 Mar 2020 01:45:30 +0000 (21:45 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

cmd.go

diff --git a/cmd.go b/cmd.go
index 17578b43e7ab112d3f40a20b7545e75f421cd31c..266efcecfb4ac410195fe73f8890f6565138f3a0 100644 (file)
--- a/cmd.go
+++ b/cmd.go
@@ -44,7 +44,7 @@ func (cmd *buildDockerImage) RunCommand(prog string, args []string, stdin io.Rea
 RUN DEBIAN_FRONTEND=noninteractive \
   apt-get update && \
   apt-get dist-upgrade -y && \
-  apt-get install -y --no-install-recommends bcftools bedtools samtools python3-sklearn python3-matplotlib && \
+  apt-get install -y --no-install-recommends bcftools bedtools samtools python2 python3-sklearn python3-matplotlib && \
   apt-get clean
 `), 0644)
        if err != nil {