mirror of
https://github.com/run-llama/chat-llamaindex.git
synced 2026-07-01 21:04:08 -04:00
fix: docker build fail on pnpm install with python error (#98)
This commit is contained in:
@@ -5,6 +5,11 @@ FROM node:18-bookworm-slim AS build
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y ca-certificates
|
||||
|
||||
# Install Python, g++, and make for building native dependencies
|
||||
# Issue: https://github.com/docker/getting-started/issues/124
|
||||
RUN apt-get install -y python3 g++ make && \
|
||||
apt-get clean
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user