mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2026-02-04 09:56:48 +00:00
fix: fix goose build
This commit is contained in:
@@ -32,7 +32,7 @@ RUN curl -fsSL https://astral.sh/uv/install.sh -o install.sh && \
|
|||||||
rm install.sh
|
rm install.sh
|
||||||
RUN curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh -o download_cli.sh && \
|
RUN curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh -o download_cli.sh && \
|
||||||
chmod +x download_cli.sh && \
|
chmod +x download_cli.sh && \
|
||||||
./download_cli.sh && \
|
env CONFIGURE=false ./download_cli.sh && \
|
||||||
mv /root/.local/bin/goose /usr/local/bin/goose && \
|
mv /root/.local/bin/goose /usr/local/bin/goose && \
|
||||||
rm -rf download_cli.sh /tmp/goose-*
|
rm -rf download_cli.sh /tmp/goose-*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user