chore: add devcontainer Dockerfile, devcontainer.json, and env (#997)

* chore: add devcontainer Dockerfile, devcontainer.json, and env

* style: remove unnecessary comment on ENABLE_CACHE setting

* docs: add internal devcontainer README with setup instructions

* Update README in .devcontainer based on PR #997

---------

Co-authored-by: jingyuanlm <842442862@qq.com>
This commit is contained in:
you-n-g
2025-07-02 18:54:49 +08:00
committed by GitHub
parent c4007b4655
commit a67ec5ba01
4 changed files with 116 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# 1. Pull down your Azure Container Registry image
FROM rdagentappregistry.azurecr.io/rd-agent-mle:20250623
# 2. (Optional) install any additional tools you need
# e.g. git, bash-completion, etc.
# RUN apt update && \
# apt install -y git bash-completion && \
# rm -rf /var/lib/apt/lists/*
RUN apt update && \
apt install -y git bash-completion