IBM-Swift / swift-buildpack

IBM Cloud buildpack for Swift
BSD 3-Clause "New" or "Revised" License
32 stars 31 forks source link

Remove redundant deb files #78

Closed itzunagi closed 7 years ago

itzunagi commented 7 years ago

All of the .deb files in the binary-dependencies folder are already installed in the cflinuxfs2 stack for Cloud Foundry, so installing them again in the buildpack is redundant. This change also checks any extra debs pulled from Swift packages to see if they are already installed on the system before downloading them.