Skip to content
Snippets Groups Projects
Verified Commit 771f201a authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Continue installing redoxfs

parent e538d53f
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,9 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \ ...@@ -16,6 +16,9 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
# Set path # Set path
ENV PATH=/root/.cargo/bin:$PATH ENV PATH=/root/.cargo/bin:$PATH
# Install redoxfs
RUN cargo install redoxfs
# Install redoxer # Install redoxer
COPY . /root/redoxer COPY . /root/redoxer
RUN cargo install --path /root/redoxer RUN cargo install --path /root/redoxer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment