-
Notifications
You must be signed in to change notification settings - Fork 515
Open
Assignees
@john0isaac
Description
I'm curious about why you needed to install these two packages for backend postgres-client
and xdg-utils
? Does it not work on container apps unless they are installed or why?
rag-postgres-openai-python/src/backend/Dockerfile
Lines 3 to 6 in 23fdf64
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends postgresql-client \
&& apt-get update && apt-get install -y xdg-utils \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
Metadata
Metadata
Assignees
Labels
No labels