Fix broken stuff

This commit is contained in:
2026-07-05 23:26:37 +02:00
parent f99d641598
commit 0f1cbab71a
6 changed files with 12 additions and 10 deletions
+3 -1
View File
@@ -6,9 +6,11 @@ COPY install-rust.sh /usr/local/bin/
COPY install-cargo-tools.sh /usr/local/bin/
COPY setup-dev.sh /usr/local/bin/
# Make them executable and run the orchestrator
ENV PATH="$PATH:/root/.cargo/bin"
RUN chmod +x /usr/local/bin/*.sh && \
/usr/local/bin/setup-dev.sh
sh /usr/local/bin/setup-dev.sh
# Set the default shell to fish (or bash)
CMD ["/usr/bin/fish"]