Skip to content

Commit

Permalink
Fix libgfortran3 error, Add flag -y (apache#8535)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaijal authored and szha committed Nov 5, 2017
1 parent d275701 commit 990bab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci_build/pip_tests/Dockerfile.pip_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get install -y python python2.7 python3.4 python3.5 python3.6

# install other dependencies
RUN apt-get install -y wget git unzip gcc
RUN apt-get install libgfortran3
RUN apt-get install -y libgfortran3

# install virtualenv
RUN wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py && pip install virtualenv && rm -rf get-pip.py

0 comments on commit 990bab8

Please sign in to comment.