diff --git a/deploy/zopu-runtime/runner/Dockerfile b/deploy/zopu-runtime/runner/Dockerfile index f27bb9f..90cec82 100644 --- a/deploy/zopu-runtime/runner/Dockerfile +++ b/deploy/zopu-runtime/runner/Dockerfile @@ -1,5 +1,9 @@ FROM oven/bun:1.3.14 +RUN apt-get update \ + && apt-get install -y --no-install-recommends g++ make python3 \ + && rm -rf /var/lib/apt/lists/* + WORKDIR /app COPY . .