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 5f5da5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/centos7-oj11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN \
yum install -y \
nc \
wget \
ca-certificates \
&& \
\
# Install Zulu JDK 11.0.17 \
Expand All @@ -31,8 +32,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 5f5da5b

Please sign in to comment.