Compare commits

..

No commits in common. "8e42fe3308b0eceac04fd1f1df3cd85103bba031" and "2b87eca778c60419741e470c14072c7e58208216" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ZX Spectrum dev tools",
"build": { "dockerfile": "Dockerfile" },
"image": "boarstone.mcphail.uk/mcphail/speccydev",
"remoteUser": "ubuntu",
"runArgs": [
"--network=host"

View File

@ -1,7 +1,5 @@
# syntax=docker/dockerfile:1
FROM z88dk/z88dk:latest as z88dk
FROM ubuntu:24.04 AS build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
@ -34,7 +32,3 @@ COPY --from=build /usr/local/bin/sjasmplus /bin/sjasmplus
COPY --from=build /ttttt/ttttt /bin/ttttt
COPY --from=build /zx0/src/zx0 /bin/zx0
COPY --from=build /zx0/src/dzx0 /bin/dzx0
COPY --from=z88dk /opt/z88dk /opt/z88dk
USER ubuntu
RUN echo "PATH=$PATH:/opt/z88dk/bin" >> ~/.profile
RUN echo "ZCCCFG=/opt/z88dk/lib/config/" >> ~/.profile