sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless
GNU General Public License v3.0
2.82k stars 323 forks source link

Docker images fail with GLIBC error #194

Closed aN0mad closed 1 year ago

aN0mad commented 1 year ago

Describe the bug I think the docker containers contain gowitness versions that is linked again a LIBC that is missing from the container. When attempting to run the containers a GLIBC error is returned.

To Reproduce

  1. Clone the docker container from either ghcr.io/sensepost/gowitness:latest or docker pull leonjza/gowitness.
  2. Run the container with the command docker run ghcr.io/sensepost/gowitness gowitness or docker run leonjza/gowitness gowitness
  3. Error is displayed

Expected behavior Gowitness to execute without any errors.

Screenshots image

Version Information: image

Additional context

leonjza commented 1 year ago

Thanks for reporting this. Images with the latest tag should be fixed after the CI completes.

aN0mad commented 1 year ago

Thanks!!!