@@ -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