add: gitea tools

This commit is contained in:
h z
2025-05-08 01:14:41 +01:00
parent 58d9c333e0
commit c21d047826
9 changed files with 731 additions and 219 deletions

View File

@@ -27,7 +27,6 @@ RUN rm -rf /var/lib/apt/lists/*
RUN mkdir -p /var/run/sshd
RUN sed -i 's/#PermitRootLogin.*/PermitRootLogin yes/' /etc/ssh/sshd_config
RUN sed -i 's/#PasswordAuthentication.*/PasswordAuthentication yes/' /etc/ssh/sshd_config
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
RUN ssh-keygen -t rsa -b 4096 -N "" -q -f /root/.ssh/id_rsa
COPY ./jetbrains_debugger_agent_20240726.40.0 /app/rdb
ENTRYPOINT ["dotnet", "Alchegos.MCP.dll"]