eudev
Details
Source
FROM stagex/pallet-gcc-gnu-busybox AS build
ARG VERSION
COPY --from=stagex/user-gperf . /
ADD fetch/eudev-${VERSION}.tar.gz .
WORKDIR /eudev-${VERSION}
RUN --network=none <<EOF
set -eux
./configure
make -j "$(nproc)"
DESTDIR=/rootfs make install
EOF
FROM stagex/core-filesystem AS package
COPY --from=build /rootfs/ /