File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 44from bci_build .os_version import ALL_NONBASE_OS_VERSIONS
55from bci_build .os_version import CAN_BE_LATEST_OS_VERSION
66from bci_build .package import ApplicationStackContainer
7+ from bci_build .package import DOCKERFILE_RUN
78from bci_build .package .helpers import generate_from_image_tag
89from bci_build .package .helpers import generate_package_version_check
910from bci_build .package .versions import format_version
4344 "git-core" ,
4445 "openssh-clients" ,
4546 ],
47+ custom_end = rf"""{ DOCKERFILE_RUN } mkdir -p /workspace && chgrp 0 /workspace && chmod g=u /workspace && chmod 1777 /workspace
48+ WORKDIR /workspace
49+ ENV HOME=/workspace
50+ """ ,
4651 build_stage_custom_end = generate_package_version_check (
4752 "git-core" , git_version , ParseVersion .MINOR , use_target = True
4853 ),
You can’t perform that action at this time.
0 commit comments