f0cker / crackq

CrackQ: A Python Hashcat cracking queue system
MIT License
922 stars 101 forks source link

Update Dockerfile #35

Closed Vip3r-MC closed 1 year ago

Vip3r-MC commented 1 year ago

Changes:

Added --no-check-certificate option to wget command: The wget command used to download the Intel OpenCL CPU runtime now includes the --no-check-certificate option. This change is made to avoid issues where wget fails due to problems with the server's SSL certificate.

sonarcloud[bot] commented 1 year ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability D 1 Vulnerability
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

f0cker commented 1 year ago

I've changed the way opencl installs now so there's no need to add this flag any longer, but thanks for the PR anyway :)