Toolchain file, dockerfile
This commit is contained in:
parent
386852263a
commit
e386810b4a
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
# Copyright (c) 2025 shibedrill
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
FROM archlinux:latest
|
||||
|
||||
WORKDIR /gila
|
||||
COPY . /gila
|
||||
|
||||
RUN pacman -Syu --noconfirm
|
||||
RUN pacman -S rustup limine xorriso qemu-system-x86 base-devel --noconfirm
|
||||
RUN rustup toolchain install
|
||||
RUN cargo install cargo-make
|
||||
|
||||
CMD ["cargo", "make", "run"]
|
@ -1,2 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "nightly"
|
||||
channel = "nightly"
|
||||
targets = ["x86_64-unknown-none"]
|
Loading…
Reference in New Issue
Block a user