🎉 init: java, rust, latext dev containers

This commit is contained in:
2025-05-03 14:58:45 +08:00
commit 3f454b9805
6 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Dockerfile示例
FROM texlive/texlive:latest
RUN apt-get update && apt-get install -y git wget openssh-client netcat-openbsd bash-completion vim && apt-get clean && rm -rf /var/lib/apt/lists/*