This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new a705579fb [INLONG-6280][Docker] Add tools for dashboard image (#6281)
a705579fb is described below

commit a705579fb2ec8f1372c01df783882d6f7d7a920e
Author: Lucas <[email protected]>
AuthorDate: Wed Oct 26 16:38:34 2022 +0800

    [INLONG-6280][Docker] Add tools for dashboard image (#6281)
---
 inlong-dashboard/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/inlong-dashboard/Dockerfile b/inlong-dashboard/Dockerfile
index 0e748717f..3b1eb0aa6 100644
--- a/inlong-dashboard/Dockerfile
+++ b/inlong-dashboard/Dockerfile
@@ -18,6 +18,8 @@
 #
 FROM nginx
 # add built files from target output
+RUN apt-get update \
+    && apt-get install -y net-tools vim wget procps
 ARG DASHBOARD_FILE
 WORKDIR /usr/share/nginx/html
 ADD ${DASHBOARD_FILE} /usr/share/nginx/html

Reply via email to