StarrySkyWorld commited on
Commit
f57f1ec
·
verified ·
1 Parent(s): 2fffdd1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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