Merge branch '20645-updating-dockerfiles'
[lightning.git] / docker / vcfutil / Dockerfile
index d3427b74ecd15f65bbada347b6491580f94c7684..409fb8a5bce543696b0a3695a9dad4bbfcb1be41 100644 (file)
@@ -2,8 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-FROM arvados/jobs
-MAINTAINER Jiayong Li <jli@curii.com>
+FROM python:3.11-buster
 
 USER root
 
@@ -63,4 +62,4 @@ WORKDIR /
 
 # Installing gvcf_regions
 
-RUN git clone https://github.com/lijiayong/gvcf_regions
+RUN git clone https://github.com/acoleman2000/gvcf_regions