Adilmar commited on
Commit
a572660
·
verified ·
1 Parent(s): 3360f8c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -2,10 +2,8 @@ FROM langfuse/langfuse:2
2
 
3
  USER root
4
 
5
- # Install PostgreSQL and necessary dependencies
6
  RUN apk update && apk add --no-cache \
7
- postgresql \
8
- postgresql-contrib \
9
  net-tools \
10
  iproute2 \
11
  sed
 
2
 
3
  USER root
4
 
5
+ # Install only necessary dependencies (no PostgreSQL needed since using Neon)
6
  RUN apk update && apk add --no-cache \
 
 
7
  net-tools \
8
  iproute2 \
9
  sed