Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/larskuhtz/hs-minimal-trusty
- Owner: larskuhtz
- Created: 2015-02-19T19:39:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T19:40:31.000Z (over 9 years ago)
- Last Synced: 2023-03-22T14:18:50.985Z (over 1 year ago)
- Size: 3.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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`.