Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions prestodb/centos7-oj8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN \
yum --enablerepo=extras install -y setuptools epel-release && \
yum install -y python-pip && \
pip install --trusted-host pypi.python.org --trusted-host pypi.org --trusted-host files.pythonhosted.org supervisor && \
# install python 3
yum install -y python3 python3-pip && \
\
# install commonly needed packages
yum install -y \
Expand Down