[cairo] Cairo docker build fails due to missing pixman dependency

Sutou Kouhei kou at cozmixng.org
Tue Dec 29 23:47:41 UTC 2020


Hi,

In <145dbec9-0925-99b6-cc41-19b52931cca7 at znc.in>
  "Re: [cairo] Cairo docker build fails due to missing pixman dependency" on Tue, 29 Dec 2020 11:11:26 +0100,
  Uli Schlachter <psychon at znc.in> wrote:

>> The dockerfile is:
>> 
>> FROM node:10.15
> 
> I never used docker and have no clue what I am doing, but Google gave me
> [0] and this has version numbers from 10.23 to 15.5, so I guess your
> base image is just too old for this pixman version.
> 
> [0]: https://hub.docker.com/_/node

You can use pixman 0.36.0 by changing base image to Debian
GNU/Linux buster based image such as "node:10-buster".


Thanks,
--
kou


More information about the cairo mailing list