Skip to content

Commit

Permalink
Gentoo: Set PYTHON_COMPAT environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Apr 26, 2024
1 parent c1e8241 commit 85f7406
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gentoo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ RUN git clone --depth 1 ${ORIGIN} /build-kernel/linux
RUN while :; do cd /build-kernel/linux && git fetch --unshallow && break || sleep 5; done
RUN cd /build-kernel/linux && git pull --all

RUN emerge -qv dev-python/pyyaml
RUN emerge -qv sys-kernel/gentoo-sources
RUN ACCEPT_KEYWORDS="~amd64" emerge -qv sys-kernel/linux-docs
RUN PYTHON_COMPAT=( python{3_9,3_10,3_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 85f7406

Please sign in to comment.