Skip to content

Commit

Permalink
more stuff to get pycairo building
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Feb 28, 2023
1 parent 0bc1f75 commit 8336e70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN curl -q https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
ENV TZ=Pacific/Auckland
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

RUN apt install -y libgirepository1.0-dev
RUN apt install -y build-essential libdbus-glib-1-dev libgirepository1.0-dev python3-setuptools libcairo2-dev libjpeg-dev libgif-dev libcairo2 python3-dev


RUN apt-get purge -y curl && apt-get autoremove -y && apt-get clean

Expand Down

0 comments on commit 8336e70

Please sign in to comment.