add: gitea tools
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user