Skip to content

Commit 84d3a09

Browse files
committed
fix(container): do not prompt for corepack download
1 parent d35b6ba commit 84d3a09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ services:
1212
# Clean development environment
1313
- PYTHONDONTWRITEBYTECODE=1
1414

15+
# Disable interactive prompts
16+
- COREPACK_ENABLE_DOWNLOAD_PROMPT=0
17+
1518
# Standard user directories
1619
- XDG_CACHE_HOME=/home/vscode/.cache
1720
- XDG_CONFIG_HOME=/home/vscode/.config

0 commit comments

Comments
 (0)