Add whitespace to Dockerfile
diff --git a/.ramekin/Dockerfile b/.ramekin/Dockerfile
index d1be7aa..d7352af 100644
--- a/.ramekin/Dockerfile
+++ b/.ramekin/Dockerfile
@@ -1,10 +1,13 @@
FROM ramekin-agent
+
RUN apt-get update && apt-get install -y --no-install-recommends \
bc \
curl \
grcov \
jq \
&& rm -rf /var/lib/apt/lists/*
+
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --component clippy,llvm-tools-preview,rustfmt
ENV PATH="/root/.cargo/bin:${PATH}"
+
ENV RANGER_DEFAULT_BACKLOG=quire