docker-bind icon indicating copy to clipboard operation
docker-bind copied to clipboard

Dockerfile Build Fixes - Webmin Related

Open patrickscottbest opened this issue 4 years ago • 2 comments

Dockerfile Webmin Fixes ADD-APT-REPOSITORIES

  • install curl
  • change URL for webmin to use https PRIMARY IMAGE
  • update before copying from ADD-APT-REPOSITORIES
  • install curl

patrickscottbest avatar Dec 12 '20 17:12 patrickscottbest

Need to link this issue with PR https://github.com/sameersbn/docker-bind/issues/109

patrickscottbest avatar Dec 13 '20 02:12 patrickscottbest

The package which solves the issue with the https link is ca-certificates. Curl is not required.

xezpeleta avatar Dec 01 '21 13:12 xezpeleta