We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58eeb2f commit b451849Copy full SHA for b451849
.devcontainer/Dockerfile
@@ -0,0 +1,2 @@
1
+FROM mcr.microsoft.com/devcontainers/universal:2
2
+RUN apt-get update && apt-get -y install libudev-dev
.devcontainer/devcontainer.json
@@ -1,6 +1,8 @@
{
- "image": "mcr.microsoft.com/devcontainers/universal:2",
+ "build": {
3
+ "dockerfile": "Dockerfile"
4
+ },
5
"features": {
6
"ghcr.io/devcontainers/features/rust:1": {}
7
}
-}
8
+}
0 commit comments