Install zlib1g-dev at the same time as other dependencies
This commit is contained in:
parent
fb92666b26
commit
e45c2d9a7c
1 changed files with 2 additions and 3 deletions
|
@ -2,10 +2,9 @@ FROM ubuntu:xenial
|
|||
|
||||
RUN apt-get update
|
||||
RUN apt-get -y upgrade
|
||||
RUN apt-get install -y python3 python3-pip python3-lxml python3-cssutils libxml2-dev libxslt1-dev inkscape libav-tools
|
||||
RUN apt-get install -y zlib1g-dev
|
||||
RUN apt-get install -y python3 python3-pip python3-lxml python3-cssutils libxml2-dev libxslt1-dev inkscape libav-tools zlib1g-dev
|
||||
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue