diff --git a/Dockerfile b/Dockerfile
index 3273812b6414c7aee9d4dbbc376e34097316585e..3c0b4dd80845b0c8dedf7b5e68d82bc35cd2678e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,6 +16,9 @@ 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