Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Docker image to be used with the book #2

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
(feat) add xargo and rust src
  • Loading branch information
booyaa committed Mar 4, 2018
commit dcaec9ec3e83c5876d16a7822d4ff3210da7219c
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM rustlang/rust:nightly
# add intermezzOS deps
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y \
nasm \
xorriso \
qemu \
build-essential \
grub-pc-bin && apt-get clean
grub-pc-bin && apt-get clean \
&& cargo install xargo \
&& rustup component add rust-src