Closed NeoCortex3 closed 5 months ago
Usually, applications in Alpine repo are not pulling/installing a font. So you just need to install one yourself. For example, you could use something like this:
RUN add-pkg krusader font-dejavu
I tip my hat to you, sir!
Firtst of all: What a great baseimage! An awesome tool to create my own docker images, thank you!
I wanted a dockercontainer with the filemanager "krusader" so i git cloned the repo. In "Dockerfile" I added:
In "startapp.sh" I have:
My Docker-Stack looks like this:
This all works fine. The Image builds, den Container starts, the application starts, but I'm missing the font.
I have absolutly no clue what I can do about this. Any help would be great.