Update skoolkit to 10.1

This commit is contained in:
2026-08-15 20:30:27 +01:00
parent 748c904729
commit 2a8eeef0d2
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ ADD --unpack https://www.boriel.com/files/zxb/zxbasic-1.19.0-linux64.tar.gz .
ADD https://github.com/Mastodon-/inpaws.git /inpaws
RUN cd /inpaws/ \
&& make -j8
RUN python3 -m pip install --break-system-packages skoolkit
RUN python3 -m pip install --force-reinstall --break-system-packages skoolkit==10.1
ADD https://github.com/gasman/hdfmonkey.git /hdfmonkey
RUN cd /hdfmonkey/ \
&& autoheader \
+1 -1
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": "njmcphail/speccydev:v9.0",
"image": "njmcphail/speccydev:v9.1",
"remoteUser": "ubuntu",
"runArgs": [
"--network=host"