Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky authored Jan 14, 2024
1 parent c9a26e3 commit ed1858d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gentoo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed1858d

Please # to comment.