Loading .devcontainer.json +1 −1 Original line number Diff line number Diff line { "name": "macos", "service": "macos", "forwardPorts": ["8006"], "forwardPorts": [8006], "dockerComposeFile": "compose.yml" } Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ RUN apk --update --no-cache add unzip && \ rm -rf /tmp/* /var/tmp/* /var/cache/apk/* FROM scratch AS runner COPY --from=qemux/qemu:7.01 / / COPY --from=qemux/qemu:7.02 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21" Loading Loading
.devcontainer.json +1 −1 Original line number Diff line number Diff line { "name": "macos", "service": "macos", "forwardPorts": ["8006"], "forwardPorts": [8006], "dockerComposeFile": "compose.yml" }
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ RUN apk --update --no-cache add unzip && \ rm -rf /tmp/* /var/tmp/* /var/cache/apk/* FROM scratch AS runner COPY --from=qemux/qemu:7.01 / / COPY --from=qemux/qemu:7.02 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21" Loading