Skip to content

Commit 5f5da5b

Browse files
committed
Intall supervisor with yum
1 parent d37f605 commit 5f5da5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 \

0 commit comments

Comments
 (0)