Skip to content

Commit 3b42da7

Browse files
committed
Moved to dockerfile and added specstory
1 parent 0d3ce08 commit 3b42da7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM mcr.microsoft.com/devcontainers/python:3-3.14-trixie
2+
# Install
3+
RUN apt-get update && apt-get install -y git vim curl tmux wget
4+
RUN pip install uv
5+
RUN cd /tmp && \
6+
curl -LO https://github.com/specstoryai/getspecstory/releases/latest/download/SpecStoryCLI_Linux_x86_64.tar.gz && \
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

0 commit comments

Comments
 (0)