Commit graph

10 commits

Author SHA1 Message Date
nobk
86b38e473f Parallel execution fontforge in docker 2024-02-05 00:54:58 +08:00
Fini Jastrow
1a3b100231 docker: Remove manual configparser install
[why]
Installing via pip is not a good solution as this might conflict with
system-installed python packages.

[how]
It's installed already anyhow...
This must be a leftover from ancient times.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-12-18 17:21:30 +01:00
Fini Jastrow
9514cbc509 docker: Fix fontforge problem
[why]
The docker image can not start fontforge:
  Error relocating /usr/bin/fontforge: FindProgRoot: symbol not found

[how]
The problem might be that we base on the 'latest' Alpine container, but
install a edge fontforge.

If I see this correct:
https://hub.docker.com/_/alpine/tags

'latest' is the same as latest-stable. Probably we should use a matching
apk repo.

Fixes: #1042 (maybe, need to push to test)

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-01-10 12:33:51 +01:00
Frank Hinek
7c5c4d7eea Install fontforge pkg from community branch
The Alpine Linux package repository no longer contains the `fontforge` package for x86 and ARM architectures in the `edge/testing` branch.

This commit updates the Dockerfile to install the `fontforge` package from the `edge/community` branch to resolve the failing Docker builds.
2022-08-18 12:49:45 +02:00
Ryan L McIntyre
9107627e22 Fix docker build 2021-12-16 13:10:04 -08:00
Ryan L McIntyre
57ac514d7a
Update Dockerfile
quick attempt to fix docker build failing
2021-12-16 19:51:57 -08:00
Ryan L McIntyre
bafd8150f6
Merge branch 'master' into patch-1 2021-11-26 18:25:54 -08:00
Catalin Marincia
cb91d9a2c3
Update Dockerfile to use latest alpine and py3-pip 2021-11-17 17:56:14 +02:00
dgswilkins
24a562c5fe Update Dockerfile to use supported version of alpine and Python 2021-05-14 19:41:17 -07:00
Marcus Schweda
07505ef276 Docker image 2020-03-05 18:40:18 +01:00