se adiciona zip a entorno de desarrollo

FossilOrigin-Name: c7fb9f265f90a6d025ee408216ee96b1323b18acbfc2fd5083ac3bae2fd099f3
This commit is contained in:
bit4bit 2021-11-24 01:16:27 +00:00
parent 49a6cb75ff
commit 4ceec2ca53

View File

@ -17,7 +17,8 @@ RUN wget https://bootstrap.pypa.io/get-pip.py \
RUN apt-get install -y --no-install-recommends \
libxml2-dev \
libxmlsec1-dev \
build-essential
build-essential \
zip
RUN python3.6 --version
RUN python3.7 --version