Anyone having issues installing and running certbot from within the container terminal? The aim to have letsencrypt certificates installed within the docker image, auto-update and auto configure apache.
Putting certbot on the container using the 'apt install certbot' method;
Then I tried 'apt remove certbot' then 'apt install snapd'
EDIT:
Found a way to install and run it;
$ add-apt-repository ppa:certbot/certbot
$ install python-certbot-apache
$ certbot --apache