Add project Dockerfile with Rust and ranger config
Assisted-by: Claude Opus 4.6 via pi
change tmprlmoyzxqvnyurpzrmqslkouwswnyz
commit 30be4c283c9409313890ced53d1796a7b3293278
author Alpha Chen <alpha@kejadlen.dev>
date
parent yztntwxt
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}"