diff --git a/gentoo/Dockerfile b/gentoo/Dockerfile index cecf4a5..7162ea0 100644 --- a/gentoo/Dockerfile +++ b/gentoo/Dockerfile @@ -44,6 +44,7 @@ RUN emerge -q dev-libs/boost && rm -rf /var/cache/distfiles/* FROM apnpucky/gentoo-boost as gentoo-python RUN echo 'PYTHON_TARGETS="python3_10 python3_11 python3_12"' >> /etc/portage/make.conf +RUN mkdir -p /etc/portage/profile/ && echo "-python_targets_python3_12" >> /etc/portage/profile/use.mask RUN emerge -q dev-lang/python:3.10 dev-lang/python:3.11 && rm -rf /var/cache/distfiles/* FROM apnpucky/gentoo-python as gentoo-lua