install missing zope.component

This commit is contained in:
Daniel Wolf 2018-12-27 16:20:34 -05:00
parent cc89856f0a
commit 65df3da5e1
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ LABEL maintainer="Daniel Wolf <nephatrine@gmail.com>"
RUN echo "====== INSTALL PACKAGES ======" \
&& apk --update upgrade \
&& apk add certbot geoip libgd libxslt pcre \
&& apk add certbot geoip libgd libxslt pcre py2-pip \
&& pip install zope.component \
\
&& echo "====== CONFIGURE SYSTEM ======" \
&& mkdir -p /var/cache/nginx \