From 3c430003721d02936df2b0f3af71af8903b0c199 Mon Sep 17 00:00:00 2001 From: bschilder Date: Thu, 12 Oct 2023 04:36:34 +0100 Subject: [PATCH] Fix BASE_IMAGE 4 --- inst/templates/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/inst/templates/Dockerfile b/inst/templates/Dockerfile index e736c78d..966e6855 100644 --- a/inst/templates/Dockerfile +++ b/inst/templates/Dockerfile @@ -18,7 +18,6 @@ # and you can set the password to whatever you like, # # This DockerFile was partly adapted from the [scFlow Dockerfile](https://github.com/combiz/scFlow/blob/master/Dockerfile). -ARG BASE_IMAGE FROM $BASE_IMAGE RUN apt-get update && \ apt-get install -y \