We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c89037 commit 4358c71Copy full SHA for 4358c71
gentoo/Dockerfile
@@ -6,7 +6,7 @@ MAINTAINER Chu-Siang Lai <chusiang@drx.tw>
6
RUN emerge --sync
7
8
# Install the requires portage package and python.
9
-RUN emerge gcc dev-lang/python-2.7.12 dev-python/pip gentoolkit
+RUN emerge gcc python:2.7 pip gentoolkit
10
11
# switch python to v2.7.
12
RUn eselect python set 1
0 commit comments