We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37f605 commit e0d1214Copy full SHA for e0d1214
testing/centos7-oj11/Dockerfile
@@ -32,6 +32,7 @@ RUN \
32
# install supervisor
33
yum --enablerepo=extras install -y setuptools epel-release && \
34
yum install -y python-pip && \
35
+ pip install certifi && \
36
pip install supervisor && \
37
\
38
# install commonly needed packages
0 commit comments