Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larskuhtz/hs-minimal-trusty

A minimal base docker image with just what I need to run application compiled with GHC-7.8 on trusty64.
https://github.com/larskuhtz/hs-minimal-trusty

Last synced: 24 days ago
JSON representation

A minimal base docker image with just what I need to run application compiled with GHC-7.8 on trusty64.

Awesome Lists containing this project

README

        

Minimal setup that is needed to run Haskell binaries build with GHC-7.8 on
ubuntu trustyt.

It's not really minimal and not all binaries are supported. I add more
dependencies as needed.

The image includes a busybox for debugging pruposes.

The image includes `strace`. That is useful to figure out what libraries are
missing in case binary doesn't run. In order to use `strace` the container must
be run with `--privileged=true`.