Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ ARG VERSION_HASHICORP_PACKER=1.15.1
ENV VAULT_SKIP_VERIFY true
ENV CLOUDSDK_INSTALL_DIR /usr/local/gcloud/
ENV GIT_EDITOR vi
# enable team of agents: https://code.claude.com/docs/en/agent-teams
ENV CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1

COPY tools/ /etc/tools/

Expand Down Expand Up @@ -174,6 +176,7 @@ RUN echo '\n# === Backup & Git Reminder ===' | tee -a /home/vscode/.zshrc && \
echo 'echo -e "\e[1;31m⚠️ WARNING: No backups are configured. You are responsible for any data loss.\e[0m"' | tee -a /home/vscode/.zshrc && \
echo 'echo -e "\e[1;33m💡 Tip: Use '\''git commit'\'' and '\''git push'\'' regularly to avoid losing your work.\e[0m"' | tee -a /home/vscode/.zshrc && \
echo '# =============================' | tee -a /home/vscode/.zshrc && \
echo 'export PATH="$HOME/.local/bin:$PATH"' | tee -a /home/vscode/.zshrc && \
chown vscode:vscode /home/vscode/.zshrc

USER root
Expand Down
Loading