cloudfoundry / cf-deployment-concourse-tasks

Apache License 2.0
23 stars 75 forks source link

Why do we install and then remove software-properties-common in cf-deployment-concourse-tasks dockerfile? #126

Closed ctlong closed 9 months ago

ctlong commented 2 years ago

https://github.com/cloudfoundry/cf-deployment-concourse-tasks/blob/ab469cf851791427bac5fe5af82ba6c61726ec9f/dockerfiles/cf-deployment-concourse-tasks/Dockerfile#L40

ctlong commented 2 years ago

It appears to just be for PPA stuff, which was necessary when the dockerfile was first written as we installed ruby via a PPA repository.

We can probably just remove it from the install now.

ctlong commented 9 months ago

Removed it in #167