fix golang setup
This commit is contained in:
parent
00b82a3dce
commit
56bd49640d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,8 +46,8 @@ RUN curl -fsSL https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42a
|
||||||
RUN fish -c 'fish_add_path /home/$USERNAME/.local/bin'
|
RUN fish -c 'fish_add_path /home/$USERNAME/.local/bin'
|
||||||
|
|
||||||
# Finish Go setup.
|
# Finish Go setup.
|
||||||
RUN fish -c 'fish_add_path /home/$USERNAME/go/bin'
|
|
||||||
RUN go install golang.org/x/tools/gopls@latest
|
RUN go install golang.org/x/tools/gopls@latest
|
||||||
|
RUN fish -c 'fish_add_path /home/$USERNAME/go/bin'
|
||||||
|
|
||||||
# Copy Helix configurations.
|
# Copy Helix configurations.
|
||||||
# It seems there's a bug in `apple/container`'s COPY implementation that fails
|
# It seems there's a bug in `apple/container`'s COPY implementation that fails
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue