Skip to content

Commit

Permalink
Merge pull request #69 from yonhan3/umbrella-pid-feature
Browse files Browse the repository at this point in the history
a bugfix in bomsh_rebuild_deb script
  • Loading branch information
yonhan3 authored Feb 12, 2024
2 parents 59bc56d + 623feeb commit 3e4b810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bomsh_rebuild_deb.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def create_dockerfile(work_dir):
if args.bomsh_spdx:
# bomsh_spdx_deb.py requires additional python libraries
dockerfile_str = dockerfile_str.replace("rm -rf /var/lib/apt/lists/* ;",
"apt install python3-requests python3-license-expression python3-uritools python3-rdflib python3-xmltodict python3-yaml ; \\\n"
"apt install -y python3-requests python3-license-expression python3-uritools python3-rdflib python3-xmltodict python3-yaml ; \\\n"
" cd /root ; git clone https://github.com/spdx/tools-python.git ; \\\n"
" git clone https://github.com/beartype/beartype.git ; \\\n"
" git clone https://github.com/package-url/packageurl-python.git ; \\\n"
Expand Down

0 comments on commit 3e4b810

Please sign in to comment.