We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da2db2 commit 401f25fCopy full SHA for 401f25f
solarkraft/.devcontainer/Dockerfile
@@ -0,0 +1,3 @@
1
+# Force platform to linux/amd64; there is no Z3 release for linux/arm64:
2
+# https://github.com/Z3Prover/z3/issues/7201
3
+FROM --platform=linux/amd64 mcr.microsoft.com/devcontainers/typescript-node:20-bookworm
solarkraft/.devcontainer/devcontainer.json
@@ -2,7 +2,9 @@
// For format details, see https://aka.ms/devcontainer.json.
{
4
"name": "Solarkraft",
5
- "image": "mcr.microsoft.com/devcontainers/typescript-node:20-bookworm",
+ "build": {
6
+ "dockerfile": "Dockerfile"
7
+ },
8
"features": {
9
"ghcr.io/devcontainers/features/java:1": {},
10
"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {},
0 commit comments