Files
gentoo-utils/.docker/Dockerfile
John Turner 89c3adb371
Some checks failed
Build gentoo-utils docker image / build-docker (push) Failing after 1m35s
fixup
2025-12-05 00:56:30 +00:00

25 lines
342 B
Docker

FROM gentoo/stage3:latest
COPY ./etc/. /
RUN ls /etc/portage
RUN getuto
RUN emerge-webrsync
RUN emerge \
=dev-lang/rust-bin-9999 \
llvm-core/clang \
llvm-core/lld \
dev-vcs/git
COPY etc/portage/repos.conf /etc/portage/
RUN emerge --sync spawns
RUN emerge =dev-build/meson-9999
WORKDIR /workspace
ENTRYPOINT /bin/bash