1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-06 23:12:22 +00:00

skip reqs

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2024-06-28 18:48:51 -04:00
parent 4ea3a50608
commit d8bacf0744
Failed to extract signature

View file

@ -2,5 +2,5 @@
"name": "wolfi-devcontainer",
"image": "ttl.sh/jason@sha256:f2debfb35c0fe06da64734415a43eed8388b04a50a1999d02a0e023a2899dfb8",
"remoteUser": "user",
"postCreateCommand": "/sbin/ldconfig"
"postCreateCommand": "touch /tmp/vscode-skip-server-requirements-check; /sbin/ldconfig"
}