mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge branch 'main' into feature/pashub-to-ara
This commit is contained in:
commit
a5bccbd43b
1 changed files with 10 additions and 1 deletions
|
|
@ -65,3 +65,12 @@ RUN echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg ma
|
||||||
RUN wget -qO - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
|
RUN wget -qO - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y postgresql-14
|
RUN apt install -y postgresql-14
|
||||||
|
|
||||||
|
# Install Claude
|
||||||
|
USER ${USER}
|
||||||
|
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
|
||||||
|
ENV PATH="/home/vscode/.local/bin:${PATH}"
|
||||||
|
USER root
|
||||||
Loading…
Add table
Reference in a new issue