mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
fix: Docker build now compiles submodules correctly
- Remove .gitmodules from .dockerignore so the build loop can discover which directories to compile - Add git to Dockerfile apt installs (needed for git config --file parsing) - Gate git submodule update --init on .git presence, not .gitmodules; the compile loop still runs in Docker since .gitmodules is now present - hashcat skipped in Docker build loop since system hashcat is in PATH Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
a633bdecca
commit
8469f5338c
@@ -7,6 +7,7 @@ RUN apt-get update \
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
curl \
|
||||
git \
|
||||
gzip \
|
||||
hashcat \
|
||||
ocl-icd-libopencl1 \
|
||||
|
||||
Reference in New Issue
Block a user