Skip to content
Snippets Groups Projects
Verified Commit b29edd3c authored by Poncho's avatar Poncho
Browse files

gentoo: use the offical images, tweak config

parent 33fa35c7
No related branches found
No related tags found
No related merge requests found
FROM ksmanis/portage:latest as portage
FROM ksmanis/stage3:amd64-nomultilib
FROM gentoo/portage:latest as portage
FROM gentoo/stage3:latest
COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
ENV ACCEPT_KEYWORDS="amd64" \
EMERGE_DEFAULT_OPTS="--jobs=9 --load-average=8 --with-bdeps=y" \
FEATURES="ccache -sandbox -usersandbox -ipc-sandbox -network-sandbox -pid-sandbox" \
FEATURES="ccache -sandbox -usersandbox -ipc-sandbox -mount-sandbox -network-sandbox -pid-sandbox" \
CCACHE_SIZE="2G" \
MAKEOPTS="-j9 -l8" \
USE="cairo introspection jpeg tiff -python_targets_python2_7"
USE="cairo introspection jpeg tiff"
RUN emerge dev-util/ccache dev-lang/rust-bin \
&& emerge app-text/poppler \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment