Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 authored Apr 26, 2024
1 parent 85f7406 commit 617640e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gentoo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN while :; do cd /build-kernel/linux && git fetch --unshallow && break || slee
RUN cd /build-kernel/linux && git pull --all

RUN emerge -qv sys-kernel/gentoo-sources
RUN PYTHON_COMPAT=( python{3_9,3_10,3_11} ) ACCEPT_KEYWORDS="~amd64" emerge -qv sys-kernel/linux-docs
RUN PYTHON_COMPAT=python3_11 ACCEPT_KEYWORDS="~amd64" emerge -qv sys-kernel/linux-docs

# RUN emerge -qv dev-python/pip
# RUN emerge -qv app-portage/flaggie
Expand Down

0 comments on commit 617640e

Please sign in to comment.