From 3bc2d56dfa5d0fdf841b8650a178d21efde599fa Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Mon, 2 Dec 2024 20:35:17 +0800 Subject: [PATCH] feat: install tree --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a1c437a..1632576 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommend make \ jq \ zip unzip \ + tree \ apt-utils software-properties-common \ ssh \ libasound2 \