From 0d0dea1a8337595985c919d6329b01b38b0bd8d8 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 13 Jul 2025 15:43:47 +0200 Subject: build: import jOS toolchain config --- Dockerfile | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Dockerfile (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 36114b4..0000000 --- a/Dockerfile +++ /dev/null @@ -1,26 +0,0 @@ -FROM archlinux:latest - -ARG BINUTILS_VERSION=2.43 -ARG GCC_VERSION=14.2.0 -ARG NEWLIB_VERSION=4.4.0.20231231 -ARG TARGET=x86_64-elf - -ADD scripts/build.sh build.sh -ADD patches patches - -RUN ./build.sh - -RUN pacman --noconfirm -S \ - cmake \ - doxygen \ - gdb \ - git \ - graphviz \ - grub \ - libisoburn \ - mtools \ - ninja \ - openssh \ - python-sphinx \ - qemu-system-x86 \ - qemu-ui-curses -- cgit v1.2.3