We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef5f79 commit b2ba4e7Copy full SHA for b2ba4e7
Dockerfile.base
@@ -8,7 +8,8 @@ LABEL build_version="Linuxserver.io Build-date:- ${BUILD_DATE}"
8
LABEL maintainer="Roxedus"
9
10
# environment settings
11
-ENV XDG_CONFIG_HOME="/config/xdg"
+ENV XDG_CONFIG_HOME="/config/xdg" \
12
+ COMPlus_EnableDiagnostics=0
13
14
RUN \
15
echo "**** install packages ****" && \
0 commit comments