From 2a8d5e82d8d46ad6dbe2b0e22158192b9b542459 Mon Sep 17 00:00:00 2001 From: whalleyt Date: Tue, 12 Dec 2023 13:30:50 +0000 Subject: [PATCH] try another docker push --- docker/Dockerfile.tbprofiler-0.9.8 | 1 + docker/Dockerfile.vcfpredict-0.9.8 | 1 + 2 files changed, 2 insertions(+) diff --git a/docker/Dockerfile.tbprofiler-0.9.8 b/docker/Dockerfile.tbprofiler-0.9.8 index 468d706..bcbffad 100644 --- a/docker/Dockerfile.tbprofiler-0.9.8 +++ b/docker/Dockerfile.tbprofiler-0.9.8 @@ -8,6 +8,7 @@ WORKDIR / ARG TBPROFILER_VER="5.0.1" + # this version is the shortened commit hash on the `master` branch here https://github.com/jodyphelan/tbdb/ # commits are found on https://github.com/jodyphelan/tbdb/commits/master # this was the latest commit as of 2023-10-26 diff --git a/docker/Dockerfile.vcfpredict-0.9.8 b/docker/Dockerfile.vcfpredict-0.9.8 index 068303f..ca94910 100644 --- a/docker/Dockerfile.vcfpredict-0.9.8 +++ b/docker/Dockerfile.vcfpredict-0.9.8 @@ -8,6 +8,7 @@ PYTHON="python3 python3-pip python3-dev" ENV vcfmix_version=d4693344bf612780723e39ce27c8ae3868f95417 \ +#apt updates RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata \ && apt-get install -y $PACKAGES $PYTHON \