From 630d8e6810e8be60dfa7be0d77801f514db80220 Mon Sep 17 00:00:00 2001 From: Neil McPhail Date: Mon, 29 Sep 2025 14:58:28 +0100 Subject: [PATCH] Add m4 as some z88dk things need it --- .devcontainer/Dockerfile | 1 + .devcontainer/devcontainer.json | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 2776453..118f00b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -75,6 +75,7 @@ RUN apt-get update \ ca-certificates \ fuse-emulator-utils \ git \ + m4 \ make \ openssh-client \ pasmo \ diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5b482a4..49d71d1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ "name": "ZX Spectrum dev tools", //"build": { "dockerfile": "Dockerfile" }, // The Dockerfile takes an age to build due to z88dk, so pull from prebuilt: - "image": "boarstone.mcphail.uk/mcphail/speccydev:v1.1", + "image": "boarstone.mcphail.uk/mcphail/speccydev:v1.2", "remoteUser": "ubuntu", "runArgs": [ "--network=host" diff --git a/README.md b/README.md index 697660c..56207b1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Development tools for the ZX Spectrum v1.1 +# Development tools for the ZX Spectrum v1.2 The Dockerfile is the basis of the devcontainer and can be changed to add or remove tools. It will take a long time to build locally, so by default the devcontainer will pull a prebuilt version. Edit `.devcontainer/devcontainer.json` if you would rather build your own.