mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
save local
This commit is contained in:
parent
7d1e573965
commit
b8d83747ab
1 changed files with 2 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||
|
||||
# Install system dependencies in a single layer
|
||||
RUN apt update && apt install -y --no-install-recommends \
|
||||
sudo jq vim curl bash-completion \
|
||||
sudo jq vim curl bash-completion iputils-ping \
|
||||
&& apt autoremove -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
@ -57,12 +57,7 @@ RUN git clone https://github.com/LazyVim/starter /home/${USER}/.config/nvim \
|
|||
RUN curl -fsSL https://claude.ai/install.sh | bash \
|
||||
&& export PATH="/home/${USER}/.local/bin:${PATH}" \
|
||||
&& claude plugin marketplace add JuliusBrussee/caveman \
|
||||
&& claude plugin install caveman@caveman \
|
||||
&& npx skills@latest add --global --yes mattpocock/skills/grill-me \
|
||||
&& npx skills@latest add --global --yes mattpocock/skills/to-prd \
|
||||
&& npx skills@latest add --global --yes mattpocock/skills/ubiquitous-language \
|
||||
&& npx skills@latest add --global --yes mattpocock/skills/tdd \
|
||||
&& npx skills@latest add --global --yes mattpocock/skills/improve-codebase-architecture
|
||||
&& claude plugin install caveman@caveman
|
||||
ENV PATH="/home/vscode/.local/bin:${PATH}"
|
||||
USER root
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue