Merge pull request #10279 from heitbaum/up

tools/docker/jammy/Dockerfile: add upx-ucl to allow binary compression of mesa:host tools
This commit is contained in:
Christian Hewitt 2025-07-25 19:38:52 +04:00 committed by GitHub
commit 8d60f12a21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ RUN apt-get install -y \
curl bash bc gcc-12 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \ curl bash bc gcc-12 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
unzip diffutils lzop make file g++-12 xfonts-utils xsltproc default-jre-headless python3 \ unzip diffutils lzop make file g++-12 xfonts-utils xsltproc default-jre-headless python3 \
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \ libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
golang-1.22-go git openssh-client rsync \ golang-1.22-go git openssh-client rsync upx-ucl \
--no-install-recommends \ --no-install-recommends \
&& ln -s /usr/lib/go-1.22 /usr/lib/go \ && ln -s /usr/lib/go-1.22 /usr/lib/go \
&& ln -s /usr/lib/go-1.22/bin/go /usr/bin/go \ && ln -s /usr/lib/go-1.22/bin/go /usr/bin/go \