sahsanu / lectl

Script to check issued certificates by Let's Encrypt on CTL (Certificate Transparency Log) using https://crt.sh
GNU General Public License v3.0
242 stars 46 forks source link

Add Dockerfile #10

Closed hawaku closed 5 years ago

hawaku commented 6 years ago

I want to use this command with docker.

sahsanu commented 6 years ago

Hi @hawaku,

I don't use docker but I really appreciate it. I think this could be added as a tip (including some more info about how to use it) inside the Readme instead of creating a Dockerfile in the repo.

Cheers, sahsanu

gesellix commented 5 years ago

Hi,

@sahsanu would you like to add an automated build at the Docker Hub?

If yes, the instructions in the Readme could simply refer to that automated Docker image. If not, the instructions would need to be more detailed about building a Docker image first.

A Docker image would work around platform issues like the one in #4.

Cheers, Tobias

gesellix commented 5 years ago

@hawaku I also added the coreutils package to fix date handling.