wudi 4 năm trước cách đây
mục cha
commit
7da2ed9135
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -9,4 +9,5 @@ ADD fonts.conf /etc/fonts/
 RUN npm config set registry https://registry.npm.taobao.org && yarn --version
 COPY --from=builder /app /app
 COPY --from=builder /build /build
+RUN apt-get update && apt-get install -y curl iputils-ping && apt-get clean
 WORKDIR /build