From c88bc0cdefcc16233b93baa624ff8133ab7cb5b1 Mon Sep 17 00:00:00 2001 From: Viet Nguyen Duc Date: Mon, 5 Feb 2024 12:55:35 +0700 Subject: [PATCH] bug: Remove VOLUME instruction in base Dockerfile It causes the issue mentioned in https://github.com/SeleniumHQ/docker-selenium/pull/2064#issuecomment-1924570626 --- Base/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Base/Dockerfile b/Base/Dockerfile index 7fb2dd93f..44e6f8e3f 100644 --- a/Base/Dockerfile +++ b/Base/Dockerfile @@ -128,7 +128,6 @@ RUN rm -fr /root/.cache/* # Run the following commands as non-privileged user #=================================================== USER ${SEL_UID}:${SEL_GID} -VOLUME ${SEL_DOWNLOAD_DIR} # Boolean value, maps "--bind-host" ENV SE_BIND_HOST false