-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
checkymander
committed
Sep 5, 2024
1 parent
d316df1
commit 595e87e
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,10 +45,10 @@ RUN ./dotnet-install.sh --version 6.0.425 | |
RUN dotnet tool install Obfuscar.GlobalTool -g | ||
|
||
# Add Donut with ARM64 support | ||
RUN mkdir /tmp/donut | ||
RUN wget -qO- ${DONUT_URL} | tar xvz -C /tmp/donut/ | ||
RUN cd /tmp/donut/donut_shellcode-2.0.0/ && make && cp donut / | ||
RUN rm -rf /tmp/donut | ||
# RUN mkdir /tmp/donut | ||
# RUN wget -qO- ${DONUT_URL} | tar xvz -C /tmp/donut/ | ||
# RUN cd /tmp/donut/donut_shellcode-2.0.0/ && make && cp donut / | ||
# RUN rm -rf /tmp/donut | ||
RUN python3 -m pip install git+https://github.com/MEhrn00/[email protected] | ||
COPY [".", "."] | ||
|
||
|