Skip to content

Commit 5766f33

Browse files
committed
Added temporal client
Signed-off-by: David Stenglein <dave@missingmass.com>
1 parent dcfc46e commit 5766f33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ mv specstory /usr/local/bin/ && chmod +x /usr/local/bin/specstory
99
RUN curl -fsSL https://claude.ai/install.sh | sudo -u vscode bash
1010
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
1111
RUN cd /tmp && curl -L -o temporal.tar.gz "https://temporal.download/cli/archive/latest?platform=linux&arch=amd64" && \
12+
tar -xzf temporal.tar.gz && mv temporal /usr/local/bin/ && chmod +x /usr/local/bin/temporal

0 commit comments

Comments
 (0)