Skip to content

Commit

Permalink
Merge pull request #699 from serokell/krendelhoff/chore-ubuntu-build-…
Browse files Browse the repository at this point in the history
…deps-fix

[Chore] Complement ubuntu build deps
  • Loading branch information
pasqu4le authored Aug 18, 2023
2 parents 367a34a + a019b6c commit 97eb6bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/package/package_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,11 @@ def build_ubuntu(args):
if isinstance(package, TezosBinaryPackage)
else []
)
common_deps = build_deps + run_deps
build_ubuntu_package(
package,
distributions,
build_deps,
common_deps,
run_deps,
is_source,
getattr(package, "source_archive", None),
Expand Down

0 comments on commit 97eb6bd

Please sign in to comment.