Spaces:
Sleeping
Sleeping
Commit
·
447eb8f
1
Parent(s):
4c62a8f
Rename directory
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,7 +27,7 @@ RUN unzip ghidrathon/Ghidrathon-v4.0.0.zip -d /ghidra/Ghidra/Extensions
|
|
27 |
|
28 |
WORKDIR /
|
29 |
|
30 |
-
RUN git clone -b main https://github.com/edmcman/DIRTY-ghidra # 11/25/24
|
31 |
|
32 |
RUN --mount=type=cache,target=/root/.cache pip install --break-system-packages --upgrade -r /DIRTY/requirements.txt
|
33 |
|
|
|
27 |
|
28 |
WORKDIR /
|
29 |
|
30 |
+
RUN git clone -b main https://github.com/edmcman/DIRTY-ghidra /DIRTY # 11/25/24
|
31 |
|
32 |
RUN --mount=type=cache,target=/root/.cache pip install --break-system-packages --upgrade -r /DIRTY/requirements.txt
|
33 |
|