Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 645
    • Issues 645
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 209
    • Merge Requests 209
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #12267

Closed
Open
Opened Jan 03, 2021 by Philippe D@pduveau

Fonts not found by imagemagick or graphviz in versions 3.12.x and 3.11.x (docker images)

Dockerfile 3.11 :

FROM alpine:3.11
RUN apk fix && apk add --update graphviz font-bitstream-type1 ghostscript-fonts imagemagick6 && rm -rf /var/cache/apk/*

Dockerfile 3.12 :

FROM alpine:3.12
RUN apk fix && apk add --update graphviz font-bitstream-type1 ghostscript-fonts imagemagick6 && rm -rf /var/cache/apk/*

Making an image png, tiff or png directly with graphviz or through svg and convert by imagemagick has the same result : an image where the text is printed with symbols.

NB : Everything is OK in 3.10.x

image

Edited Jan 03, 2021 by Philippe D
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/aports#12267