Unverified Commit e5e71f67 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Add devcontainer (#1134)

parent a3a2b3fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "name": "windows",
  "service": "windows",
  "forwardPorts": ["8006"],
  "forwardPorts": [8006],
  "dockerComposeFile": "compose.yml"
}
+1 −1
Original line number Diff line number Diff line
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64

COPY --from=qemux/qemu:7.01 / /
COPY --from=qemux/qemu:7.02 / /

ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"