Skip to content

Commit 4aa8649

Browse files
committed
Intall supervisor with yum
1 parent d37f605 commit 4aa8649

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

testing/centos7-oj11/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ RUN \
3131
\
3232
# install supervisor
3333
yum --enablerepo=extras install -y setuptools epel-release && \
34-
yum install -y python-pip && \
35-
pip install supervisor && \
34+
yum install -y supervisor && \
3635
\
3736
# install commonly needed packages
3837
yum install -y \

testing/centos7-oj17/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ RUN \
3131
\
3232
# install supervisor
3333
yum --enablerepo=extras install -y setuptools epel-release && \
34-
yum install -y python-pip && \
35-
pip install supervisor && \
34+
yum install -y supervisor && \
3635
\
3736
# install commonly needed packages
3837
yum install -y \

0 commit comments

Comments
 (0)