diff --git a/Dockerfile b/Dockerfile index 8c40d03..587e5de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ LABEL maintainer="Ben Evans " \ org.opencontainers.image.documentation="https://chaste.github.io/docs/installguides/docker/" USER root -ARG DEBIAN_FRONTEND=noninteractive +# ARG DEBIAN_FRONTEND=noninteractive # Declare BASE in this build stage (the value is inherited from the global stage) # https://github.com/moby/moby/issues/34482 ARG BASE