Skip to content

Commit afaf410

Browse files
Merge pull request #6424 from frappe/additional-package-fix
fix(build): Update dockerfile with additional packages
2 parents 8e4afed + 338d06d commit afaf410

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

press/press/doctype/deploy_candidate_build/deploy_candidate_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,7 @@ def send_build_instructions_and_add_build_steps(self):
796796
}
797797
)
798798

799+
self.candidate._set_additional_packages()
799800
dockerfile = self._generate_dockerfile()
800801
# Add build steps based on dockerfile checkpoints before starting the build
801802
self.add_build_steps(dockerfile)

0 commit comments

Comments
 (0)