Skip to content

Commit dcfc46e

Browse files
committed
Apr 4, 2026, 1:58 PM
1 parent 15a81b7 commit dcfc46e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ curl -LO https://github.com/specstoryai/getspecstory/releases/latest/download/Sp
77
tar -xzf SpecStoryCLI_Linux_x86_64.tar.gz && \
88
mv specstory /usr/local/bin/ && chmod +x /usr/local/bin/specstory
99
RUN 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" && \

0 commit comments

Comments
 (0)