Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
E
eduOS-rs
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
os
eduOS-rs
Commits
c16b98ad
Commit
c16b98ad
authored
May 23, 2019
by
Stefan Lankes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install ehyve within our docker image
parent
80ef7b9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Dockerfile
Dockerfile
+1
-0
No files found.
Dockerfile
View file @
c16b98ad
...
...
@@ -13,6 +13,7 @@ RUN apt-get install -y apt-transport-https curl wget vim nano git binutils autoc
RUN
curl https://sh.rustup.rs
-sSf
| sh
-s
--
-y
--default-toolchain
nightly
RUN
/root/.cargo/bin/cargo
install
cargo-xbuild
RUN
/root/.cargo/bin/rustup component add rust-src
RUN
/root/.cargo/bin/cargo
install
--git
https://github.com/RWTH-OS/ehyve.git
ENV
PATH="/root/.cargo/bin:${PATH}"
ENV
EDITOR=vim
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment