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

gentoo: workaround python blocker

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict

Bug: https://github.com/gentoo/gentoo-docker-images/issues/79
Close: #7
parent 24a9510a
No related branches found
No related tags found
No related merge requests found
Pipeline #39420 canceled
......@@ -5,12 +5,13 @@ 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" \
FEATURES="ccache -sandbox -usersandbox -ipc-sandbox -network-sandbox -pid-sandbox" \
CCACHE_SIZE="2G" \
MAKEOPTS="-j9 -l8" \
USE="cairo introspection jpeg tiff"
RUN emerge dev-util/ccache \
RUN emerge --unmerge dev-python/setuptools dev-python/certifi \
&& emerge dev-util/ccache dev-util/meson \
&& emerge app-text/poppler \
dev-python/pycairo \
dev-python/pygobject \
......
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