jonschoning / haskell-scratch

Base Docker image which includes minimal shared libraries for GHC-compiled executables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haskell-scratch

Base Docker image which includes minimal shared libraries for GHC-compiled executables. For more information, see Haskell Web Server in a 5MB Docker Image.

NOTE: Many people have sent pull requests to increase the scope of this image. While changes will almost certainly be necessary to this image for most real-world applications, adding them to the base image defeats its purpose as an example of a minimalistic scratch image. Such additional features should rather go in separate images. Consider the requirements of this image to be able to successfully run a "hello world" GHC statically-compiled application.

About

Base Docker image which includes minimal shared libraries for GHC-compiled executables

License:MIT License


Languages

Language:Makefile 97.8%Language:Dockerfile 1.6%Language:Haskell 0.5%