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