diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-13 15:43:47 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-13 15:43:47 +0200 |
| commit | 0d0dea1a8337595985c919d6329b01b38b0bd8d8 (patch) | |
| tree | 6af97adb3876103ab825769ed54999162a66316d /Dockerfile | |
| parent | 771a1fabce59ee3614a578c894c46fc56d6db0ac (diff) | |
| download | teachos-toolchain-0d0dea1a8337595985c919d6329b01b38b0bd8d8.tar.xz teachos-toolchain-0d0dea1a8337595985c919d6329b01b38b0bd8d8.zip | |
build: import jOS toolchain config
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 26 |
1 files changed, 0 insertions, 26 deletions
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 |
