We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc49613 commit 319c7b4Copy full SHA for 319c7b4
.devcontainer/devcontainer.json
@@ -3,6 +3,9 @@
3
"dockerfile": "./Dockerfile",
4
"context": ".."
5
},
6
+ "containerEnv": {
7
+ "DOCKER_PERL_DOWNLOADS_DIR": "/tmp/docker-perl-downloads"
8
+ },
9
"features": {
10
"ghcr.io/devcontainers/features/common-utils:2": {
11
"configureZshAsDefaultShell": "true"
0 commit comments