mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
Add build-essential to Dockerfile dependencies
This commit is contained in:
parent
4f4d7c4eeb
commit
3a1e489dd6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FROM debian:13.4
|
|||
# Install system dependencies in one layer, clear APT cache
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
nodejs npm python3 python3-pip ripgrep ffmpeg gcc python3-dev libffi-dev && \
|
||||
build-essential nodejs npm python3 python3-pip ripgrep ffmpeg gcc python3-dev libffi-dev && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY . /opt/hermes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue