Skip to content

Commit b7ff702

Browse files
committed
fixup! fixup! feat: Add support for Ubuntu 24.04
1 parent f9eb037 commit b7ff702

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • framework/module/abstract/check/provision

framework/module/abstract/check/provision/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ ONBUILD RUN printenv \
8181
-d \
8282
"${BLACKBOX_USER_HOME}"; \
8383
mkhomedir_helper \
84-
"${BLACKBOX_USER}"; \
84+
"${BLACKBOX_USER}" \
85+
|| \
86+
true; \
8587
fi \
8688
&& \
8789
find \

0 commit comments

Comments
 (0)