mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-20 12:19:07 +00:00
feat: add ripgrep and openssh-client in images (#15)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM python:3.12-slim
|
FROM python:3.12-slim
|
||||||
|
|
||||||
LABEL maintainer="team@monadical.com"
|
LABEL maintainer="team@monadical.com"
|
||||||
LABEL description="Goose with MCP servers for Cubbi"
|
LABEL description="Goose for Cubbi"
|
||||||
|
|
||||||
# Install system dependencies including gosu for user switching and shadow for useradd/groupadd
|
# Install system dependencies including gosu for user switching and shadow for useradd/groupadd
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
@@ -17,6 +17,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
nano \
|
nano \
|
||||||
tmux \
|
tmux \
|
||||||
git-core \
|
git-core \
|
||||||
|
ripgrep \
|
||||||
|
openssh-client \
|
||||||
vim \
|
vim \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM python:3.12-slim
|
FROM python:3.12-slim
|
||||||
|
|
||||||
LABEL maintainer="team@monadical.com"
|
LABEL maintainer="team@monadical.com"
|
||||||
LABEL description="Goose with MCP servers for Cubbi"
|
LABEL description="Opencode for Cubbi"
|
||||||
|
|
||||||
# Install system dependencies including gosu for user switching and shadow for useradd/groupadd
|
# Install system dependencies including gosu for user switching and shadow for useradd/groupadd
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
@@ -17,6 +17,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
nano \
|
nano \
|
||||||
tmux \
|
tmux \
|
||||||
git-core \
|
git-core \
|
||||||
|
ripgrep \
|
||||||
|
openssh-client \
|
||||||
vim \
|
vim \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
@@ -35,6 +37,7 @@ RUN mkdir -p /opt/node && \
|
|||||||
rm node.tar.gz
|
rm node.tar.gz
|
||||||
|
|
||||||
ENV PATH="/opt/node/bin:$PATH"
|
ENV PATH="/opt/node/bin:$PATH"
|
||||||
|
RUN npm i -g yarn
|
||||||
RUN npm i -g opencode-ai
|
RUN npm i -g opencode-ai
|
||||||
|
|
||||||
# Create app directory
|
# Create app directory
|
||||||
|
|||||||
Reference in New Issue
Block a user