digitalocean / do-agent

Collects system metrics from DigitalOcean Droplets
Apache License 2.0
597 stars 99 forks source link

fix: docker build through makefile #289

Closed prichrd closed 1 year ago

prichrd commented 1 year ago

The recent changes to the makefile broke the docker build. Moving all of the required variable, macros and target into the Makefile fixes the issue.