File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ curl -LO https://github.com/specstoryai/getspecstory/releases/latest/download/Sp
77tar -xzf SpecStoryCLI_Linux_x86_64.tar.gz && \
88mv specstory /usr/local/bin/ && chmod +x /usr/local/bin/specstory
99RUN curl -fsSL https://claude.ai/install.sh | sudo -u vscode bash
10- RUN curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash && ln -s /usr/lib/x86_64-linux-gnu/libicui18n.so /usr/lib/x86_64-linux-gnu/libicui18n.so.74
10+ RUN curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash && ln -s /usr/lib/x86_64-linux-gnu/libicui18n.so /usr/lib/x86_64-linux-gnu/libicui18n.so.74
11+ RUN cd /tmp && curl -L -o temporal.tar.gz "https://temporal.download/cli/archive/latest?platform=linux&arch=amd64" && \
You can’t perform that action at this time.
0 commit comments