Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
redoxer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
redox-os
redoxer
Commits
92149215
Verified
Commit
92149215
authored
Jul 05, 2019
by
Jeremy Soller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorganize dockerfile
parent
d32913c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
Dockerfile
Dockerfile
+5
-7
No files found.
Dockerfile
View file @
92149215
...
...
@@ -6,7 +6,8 @@ RUN apt-get update -qq && \
build-essential
\
curl
\
libfuse-dev
\
pkg-config
pkg-config
\
qemu-system-x86
# Install rust
RUN
curl
--proto
'=https'
--tlsv1
.2
-sSf
https://sh.rustup.rs |
\
...
...
@@ -15,15 +16,12 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
# Set path
ENV
PATH=/root/.cargo/bin:$PATH
# Install redoxfs
RUN
cargo
install
redoxfs
# Install redoxer
COPY
. /root/redoxer
RUN
cargo
install
--path
/root/redoxer
# Install redoxer toolchain
RUN
redoxer
install
# Install qemu-system-x86_64 (for redoxer exec)
RUN
apt-get
install
-y
-qq
qemu-system-x86
# Install redoxfs (for redoxer exec)
RUN
cargo
install
redoxfs
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