From 18915f08f78fbf6f33654e8108c5d9d2ef6d82c8 Mon Sep 17 00:00:00 2001 From: tcecyk Date: Tue, 18 Jun 2024 14:59:49 +0200 Subject: [PATCH] add xxd to community Dockerfile --- Dockerfile.community | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.community b/Dockerfile.community index 115097c..87bbd64 100644 --- a/Dockerfile.community +++ b/Dockerfile.community @@ -182,7 +182,7 @@ RUN apt-get install -y bc bison bsdmainutils build-essential ccache cgpt clang c lib32ncurses5-dev libncurses5 lib32readline-dev lib32z1-dev libtinfo5 liblz4-tool \ libncurses5-dev libsdl1.2-dev libssl-dev libxml2 \ libxml2-utils lsof lzop maven pngcrush \ - procps python python3 rsync schedtool squashfs-tools software-properties-common wget xdelta3 xsltproc yasm \ + procps python python3 rsync schedtool squashfs-tools software-properties-common wget xdelta3 xsltproc xxd yasm \ zip zlib1g-dev RUN curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/local/bin/repo -- GitLab