fix Dockerfile to ensure PATH export for fish shell is applied correctly
Build and Push Docker Images / build-and-push (push) Successful in 1m35s

This commit is contained in:
2026-04-13 10:20:09 +02:00
parent 75a732f10e
commit 516894c98e
+1 -1
View File
@@ -36,7 +36,7 @@ rm -rf linux-presets
# Add root to sudo group # Add root to sudo group
RUN usermod -aG sudo root RUN usermod -aG sudo root
RUN curl -fsSL https://claude.ai/install.sh | bash RUN curl -fsSL https://claude.ai/install.sh | bash
RUN echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.config/fish/config.fish && source ~/.config/fish/config.fish RUN echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.config/fish/config.fish
# Create a directory for the SSH keys # Create a directory for the SSH keys