diff --git a/.ramekin/Dockerfile b/.ramekin/Dockerfile
new file mode 100644
index 0000000..2e13613
--- /dev/null
+++ b/.ramekin/Dockerfile
@@ -0,0 +1,6 @@
+FROM ramekin-agent
+
+ENV RANGER_DEFAULT_BACKLOG="ramekin"
+
+RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --profile minimal
+ENV PATH="/root/.cargo/bin:${PATH}"