diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..1b6cc7eb42f16f2acac51bb5e33f90bf4ab107a9 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,22 @@ +FROM ubuntu:18.04 + +# Install dependencies +RUN apt-get update -qq && \ + apt-get install -y -qq \ + build-essential \ + curl \ + libfuse-dev \ + pkg-config + +# Install rust +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \ + sh -s -- --default-toolchain nightly -y + +# Set path +ENV PATH=/root/.cargo/bin:$PATH + +# Install redoxer +RUN cargo install redoxer + +# Install redoxer toolchain +RUN redoxer install