Add m4 as some z88dk things need it

This commit is contained in:
2025-09-29 14:58:28 +01:00
parent c8fd3c309b
commit 630d8e6810
3 changed files with 3 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ RUN apt-get update \
ca-certificates \
fuse-emulator-utils \
git \
m4 \
make \
openssh-client \
pasmo \

View File

@@ -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"