Skip to content

Commit 319c7b4

Browse files
committed
.devcontainer: set alternate downloads dir
1 parent dc49613 commit 319c7b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/devcontainer.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"dockerfile": "./Dockerfile",
44
"context": ".."
55
},
6+
"containerEnv": {
7+
"DOCKER_PERL_DOWNLOADS_DIR": "/tmp/docker-perl-downloads"
8+
},
69
"features": {
710
"ghcr.io/devcontainers/features/common-utils:2": {
811
"configureZshAsDefaultShell": "true"

0 commit comments

Comments
 (0)