Skip to content

Commit

Permalink
Intall supervisor with yum
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed May 23, 2024
1 parent d37f605 commit 4aa8649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions testing/centos7-oj11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ RUN \
\
# install supervisor
yum --enablerepo=extras install -y setuptools epel-release && \
yum install -y python-pip && \
pip install supervisor && \
yum install -y supervisor && \
\
# install commonly needed packages
yum install -y \
Expand Down
3 changes: 1 addition & 2 deletions testing/centos7-oj17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ RUN \
\
# install supervisor
yum --enablerepo=extras install -y setuptools epel-release && \
yum install -y python-pip && \
pip install supervisor && \
yum install -y supervisor && \
\
# install commonly needed packages
yum install -y \
Expand Down

0 comments on commit 4aa8649

Please sign in to comment.