Skip to content

Commit

Permalink
regenerate projects
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-g committed Jul 15, 2016
1 parent 27a02b5 commit d28fb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dockerfile/test/python_pyenv_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install pip --upgrade
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0a2
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0a2 six==1.10.0

# Install dependencies for pyenv
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit d28fb6d

Please sign in to comment.