Skip to content

Commit cdcfdf8

Browse files
committed
try don't install gcc first and fix typo
- #4 (comment)
1 parent 768619a commit cdcfdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gentoo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MAINTAINER Chu-Siang Lai <chusiang@drx.tw>
66
RUN emerge --sync
77

88
# Install the requires portage package and python.
9-
RUN emerge gcc python:2.7 pip gentoolkit
9+
RUN emerge python:2.7 dev-python/pip gentoolkit
1010

1111
# switch python to v2.7.
1212
RUn eselect python set 1

0 commit comments

Comments
 (0)