mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
refactor: remove vendor-assets wheel build flow, use editable install
- Remove vendor-assets and clean-vendor Makefile targets - Lima VM test and Dockerfile.test now use make install (editable) - Remove hate_crack/hashcat-utils from submodules-pre expander generation - Update README to reflect no-vendoring install
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ RUN python -m pip install -q uv==0.9.28
|
||||
|
||||
COPY . /workspace
|
||||
|
||||
RUN make submodules vendor-assets && uv tool install . && make clean-vendor
|
||||
RUN make install
|
||||
|
||||
ENV PATH="${HOME}/.local/bin:${PATH}"
|
||||
ENV HATE_CRACK_SKIP_INIT=1
|
||||
|
||||
Reference in New Issue
Block a user