Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Dockerfile #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added Dockerfile #102

wants to merge 1 commit into from

Conversation

ThatXliner
Copy link

Dockerfiles make it easy for people who can't/didn't install FontForge on their computer (like me) but instead have docker.

To use this docker file, edit the build.py, build the docker image with docker build . -t ligaturizer and run it like so:

docker run --name ligma ligaturizer
mkdir container
docker export ligma > container/container.tar
cd container
tar xf container.tar
cp -r Ligaturizer/fonts/output ../fonts
cd ..
rm -rf container
docker rm ligma

What this does is generate the fonts and put them in the fonts/output folder

@astrolemonade
Copy link

You should have a look at my PR for nerd-fonts: ryanoasis/nerd-fonts#684
You should use alpine instead of ubuntu since it is a lot smaller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants