DyonR / docker-qbittorrentvpn

Docker container which runs a qBittorent-nox client with an optional WireGuard or OpenVPN connection
https://hub.docker.com/r/dyonr/qbittorrentvpn/
GNU General Public License v3.0
245 stars 67 forks source link

Curl? #186

Open gderf opened 1 year ago

gderf commented 1 year ago

I could have sworn older versions of this image came with curl. Or am I mistaken? Can it be added? I know I can install it by bashing into the container but that isn't persistent.

clmbmb commented 1 year ago

I see curl is being installed on one of the steps in the Dockerfile, but I guess it's being removed with one of the apt auto-remove commands that's being run later in the process.