mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-13 06:34:13 +00:00
fix(ares): update logo paths and Docker image version
Update logo references to correct directory and bump Docker image tag to v4. Fix permissions and improve build steps in Dockerfile. Adjust .NET build warnings configuration. Add light and dark mode SVG logos.
This commit is contained in:
@@ -17,7 +17,11 @@ RUN /venv/bin/python -m pip install git+https://github.com/MEhrn00/donut.git@v2.
|
||||
COPY [".", "."]
|
||||
|
||||
# fetch all dependencies
|
||||
RUN cd ares/agent_code && dotnet restore --verbosity quiet && rm donut ; cp /donut donut
|
||||
RUN chmod -R u+w /Mythic/ares/agent_code && \
|
||||
cd ares/agent_code && \
|
||||
dotnet restore Ares/Ares.csproj --verbosity quiet && \
|
||||
rm -f donut && \
|
||||
cp /donut donut
|
||||
RUN cd ares/agent_code && cp COFFLoader.dll /COFFLoader.dll
|
||||
|
||||
CMD ["bash", "-c", "cp /donut /Mythic/ares/agent_code/donut && /venv/bin/python main.py"]
|
||||
|
||||
@@ -3,8 +3,10 @@
|
||||
<TargetFramework>net451</TargetFramework>
|
||||
<LangVersion>12</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<WarningsAsErrors></WarningsAsErrors>
|
||||
<WarningsNotAsErrors>$(WarningsNotAsErrors);0108;0168;0169;0219;0649;8600;8602;8603;8618;8625;8629</WarningsNotAsErrors>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<Platforms>AnyCPU;x64;x86</Platforms>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user