fix Dockerfile to ensure PATH export for fish shell is applied correctly
Build and Push Docker Images / build-and-push (push) Successful in 1m35s
Build and Push Docker Images / build-and-push (push) Successful in 1m35s
This commit is contained in:
@@ -36,7 +36,7 @@ rm -rf linux-presets
|
||||
# Add root to sudo group
|
||||
RUN usermod -aG sudo root
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user