Add xxd
All checks were successful
on-push / infra/buildenv/node (push) Successful in 13s
on-push / infra/buildenv/cxx-amd64-fedora-40 (push) Successful in 10m46s

This commit is contained in:
RYAN 2024-10-14 14:08:56 +02:00
parent a60d9fd1dd
commit 27137ddc3b

View File

@ -2,7 +2,7 @@ FROM fedora:40
RUN true \ RUN true \
&& dnf -y update \ && dnf -y update \
&& dnf -y install wget curl g++ openssl git make nodejs \ && dnf -y install wget curl g++ openssl git make nodejs xxd \
&& dnf -y install glibc-static libstdc++-static \ && dnf -y install glibc-static libstdc++-static \
&& dnf clean all && dnf clean all