Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -2,10 +2,8 @@ FROM langfuse/langfuse:2
|
|
| 2 |
|
| 3 |
USER root
|
| 4 |
|
| 5 |
-
# Install
|
| 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
|