feat: Add devcontainer (#1134)

This commit is contained in:
Kroese 2025-03-19 09:23:29 +01:00 committed by GitHub
parent a3a2b3fb09
commit e5e71f67fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "windows", "name": "windows",
"service": "windows", "service": "windows",
"forwardPorts": ["8006"], "forwardPorts": [8006],
"dockerComposeFile": "compose.yml" "dockerComposeFile": "compose.yml"
} }

View File

@ -1,7 +1,7 @@
ARG VERSION_ARG="latest" ARG VERSION_ARG="latest"
FROM scratch AS build-amd64 FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.01 / / COPY --from=qemux/qemu:7.02 / /
ARG DEBCONF_NOWARNINGS="yes" ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive" ARG DEBIAN_FRONTEND="noninteractive"