We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c607d83 commit 5e1720cCopy full SHA for 5e1720c
1 file changed
.devcontainer/Dockerfile
@@ -7,3 +7,4 @@ curl -LO https://github.com/specstoryai/getspecstory/releases/latest/download/Sp
7
tar -xzf SpecStoryCLI_Linux_x86_64.tar.gz && \
8
mv specstory /usr/local/bin/ && chmod +x /usr/local/bin/specstory
9
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
0 commit comments