We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37f605 commit c9e92b7Copy full SHA for c9e92b7
testing/centos7-oj11/Dockerfile
@@ -21,6 +21,7 @@ RUN \
21
yum install -y \
22
nc \
23
wget \
24
+ ca-certificates \
25
&& \
26
\
27
# Install Zulu JDK 11.0.17 \
@@ -31,8 +32,7 @@ RUN \
31
32
33
# install supervisor
34
yum --enablerepo=extras install -y setuptools epel-release && \
- yum install -y python-pip && \
35
- pip install supervisor && \
+ yum install -y supervisor && \
36
37
# install commonly needed packages
38
testing/centos7-oj17/Dockerfile
@@ -31,8 +31,7 @@ RUN \
0 commit comments