A very small (less than 3MB!) Docker image for FIGlet
- Very small, final image is less than 3MB, only contains files needed for FIGlet to work(FIGlet + standard fonts).
- FIGlet 2.2.5(the latest version of FIGlet), compiled from source
- Should run anywhere Docker can.
Simply clone this repo and run
docker build -t figlet .
Or, you can use the prebuilt version that is updated on every push to this repo: docker pull docker.pkg.github.com/okyanusoz/figlet-docker/figlet:latest
.
NOTE: You need to login to GitHub Packages Registry to be able to pull the prebuilt version. Simply create a token that has the read:packages scope or use an existing one, then login using docker login docker.pkg.github.com
with your username and your token as the password.
To run FIGlet, type:
docker run -it --rm <image name> <arguments>
See the licenses directory for information on licensed software contained in the image.