Closed tcrichton closed 2 years ago
I am a bot, here are the test results for this PR: https://ci-tests.linuxserver.io/lspipepr/smokeping/2.7.3-r5-pkg-77d18cf8-pr-111/index.html https://ci-tests.linuxserver.io/lspipepr/smokeping/2.7.3-r5-pkg-77d18cf8-pr-111/shellcheck-result.xml
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Seems good to merge unless I'm missing something.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Dockerfile grabs the smokeping version in alpine's repo using curl but it isn't installed yet.
Description:
Altered the Dockerfiles to install curl before it is called (to acquire smokeping version from alpine's repo)
Benefits of this PR and context:
To allow a build to succeed
How Has This Been Tested?
Built the image successfully
Before the change:
After: