Skip to content

Commit b48d970

Browse files
committed
chore: persistency for conan and pipx packages added to devcontainer
1 parent 46eef68 commit b48d970

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
// Dockerfile: https://github.com/train-it-eu/docker-images/blob/main/mp-units/Dockerfile
55
"image": "trainiteu/mp-units:latest",
66
"remoteUser": "ubuntu",
7+
"mounts": [
8+
"source=conan-cache,target=/home/ubuntu/.conan2,type=volume",
9+
"source=pipx-cache,target=/home/ubuntu/.pipx,type=volume"
10+
],
711
"features": {},
812
"customizations": {
913
"vscode": {
@@ -80,4 +84,4 @@
8084
"onAutoForward": "notify"
8185
}
8286
}
83-
}
87+
}

0 commit comments

Comments
 (0)