Currently whenever we want to bump the timestampprocessor's libraries or build a new version of our distribution of the collector with the latest components we have to build and push a dockerfile to DockerHub.
Short description of the changes
To avoid having to push to dockerhub, I have updated the CircleCI workflow to install the dependencies itself.
Which problem is this PR solving?
Currently whenever we want to bump the timestampprocessor's libraries or build a new version of our distribution of the collector with the latest components we have to build and push a dockerfile to DockerHub.
Short description of the changes
To avoid having to push to dockerhub, I have updated the CircleCI workflow to install the dependencies itself.
How to verify that this has the expected result
Workflow passed