jessedp / pihole5-list-tool

A tool for quickly and easily bulk adding allow and ad/block lists to a Pi-hole 5 installation
MIT License
312 stars 18 forks source link

Docker Friendly Script #36

Open stevefxp1 opened 2 years ago

stevefxp1 commented 2 years ago

Is it possible to build a Docker friendly script that could be added to a Dockerfile, so your tool is incorporated into a custom Pihole image build?

jessedp commented 2 years ago

Assuming the image you're building has the necessary requirements, you should be able to run the installation command without problem and have it available inside the container.