We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37f605 commit 26586d9Copy full SHA for 26586d9
testing/centos7-oj11/Dockerfile
@@ -32,6 +32,7 @@ RUN \
32
# install supervisor
33
yum --enablerepo=extras install -y setuptools epel-release && \
34
yum install -y python-pip && \
35
+ pip install --upgrade pip && \
36
pip install supervisor && \
37
\
38
# install commonly needed packages
0 commit comments