Skip to content

Commit

Permalink
[tomcat] Remove curl from the package list
Browse files Browse the repository at this point in the history
No longer required: SUSE/BCI-tests#699
  • Loading branch information
dcermak committed Dec 11, 2024
1 parent acf6ec6 commit 2f80397
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bci_build/package/apache_tomcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ def _get_java_packages(jre_major: int) -> list[str]:
if tomcat_ver == _TOMCAT_VERSIONS[0]
else f"tomcat{tomcat_ver.partition('.')[0]}"
),
# currently needed by testsuite
"curl",
# currently needed by custom_end
"sed",
Package("util-linux", PackageType.DELETE),
Expand Down

0 comments on commit 2f80397

Please sign in to comment.