We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9eb037 commit b7ff702Copy full SHA for b7ff702
1 file changed
framework/module/abstract/check/provision/Dockerfile
@@ -81,7 +81,9 @@ ONBUILD RUN printenv \
81
-d \
82
"${BLACKBOX_USER_HOME}"; \
83
mkhomedir_helper \
84
- "${BLACKBOX_USER}"; \
+ "${BLACKBOX_USER}" \
85
+ || \
86
+ true; \
87
fi \
88
&& \
89
find \
0 commit comments