Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ RUN useradd -m -u 1000 user
|
|
| 28 |
WORKDIR /app
|
| 29 |
|
| 30 |
# 安装运行时必要的 libpq
|
| 31 |
-
RUN apt-get update && apt-get install -y --no-install-recommends libpq5 && rm -rf /var/lib/apt/lists/*
|
| 32 |
|
| 33 |
# 复制文件
|
| 34 |
COPY --from=builder /install /usr/local
|
|
|
|
| 28 |
WORKDIR /app
|
| 29 |
|
| 30 |
# 安装运行时必要的 libpq
|
| 31 |
+
RUN apt-get update && apt-get install -y --no-install-recommends libpq5 curl && rm -rf /var/lib/apt/lists/*
|
| 32 |
|
| 33 |
# 复制文件
|
| 34 |
COPY --from=builder /install /usr/local
|