swiftlang / swift-docker

Docker Official Image packaging for Swift
https://swift.org
Apache License 2.0
1.37k stars 184 forks source link

Add missing system packages needed for C++ on Debian 12, Fedora 39 #428

Open cmcgee1024 opened 2 weeks ago

cmcgee1024 commented 2 weeks ago

While compiling swiftly on these new platforms there were missing headers and archives for Debian 12 and Fedora 39. Add these packages so that if the container is used to compile and link C++ code the necessary headers and archives are present.