Skip to content

Commit c9e92b7

Browse files
committed
Intall supervisor with yum
1 parent d37f605 commit c9e92b7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

testing/centos7-oj11/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN \
2121
yum install -y \
2222
nc \
2323
wget \
24+
ca-certificates \
2425
&& \
2526
\
2627
# Install Zulu JDK 11.0.17 \
@@ -31,8 +32,7 @@ RUN \
3132
\
3233
# install supervisor
3334
yum --enablerepo=extras install -y setuptools epel-release && \
34-
yum install -y python-pip && \
35-
pip install supervisor && \
35+
yum install -y supervisor && \
3636
\
3737
# install commonly needed packages
3838
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)