Force devcontainer to use amd64 (human)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
# - CMake + Ninja for the build system
|
# - CMake + Ninja for the build system
|
||||||
# - xorriso and mtools used internally by grub-mkrescue / grub-mkimage
|
# - xorriso and mtools used internally by grub-mkrescue / grub-mkimage
|
||||||
|
|
||||||
FROM alpine:3.23
|
FROM --platform=linux/amd64 alpine:3.23
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
# Core build tools
|
# Core build tools
|
||||||
@@ -19,6 +19,7 @@ RUN apk add --no-cache \
|
|||||||
git \
|
git \
|
||||||
# GRUB image generation
|
# GRUB image generation
|
||||||
grub \
|
grub \
|
||||||
|
grub-bios \
|
||||||
xorriso \
|
xorriso \
|
||||||
mtools \
|
mtools \
|
||||||
# QEMU for running the OS
|
# QEMU for running the OS
|
||||||
|
|||||||
Reference in New Issue
Block a user