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,8 +2,7 @@ FROM ubuntu:xenial
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y upgrade
|
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 python3 python3-pip python3-lxml python3-cssutils libxml2-dev libxslt1-dev inkscape libav-tools zlib1g-dev
|
||||||
RUN apt-get install -y zlib1g-dev
|
|
||||||
|
|
||||||
ADD . /app
|
ADD . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Add table
Reference in a new issue