Skip to content

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

License

Notifications You must be signed in to change notification settings

ababkin/haskell-scratch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haskell-scratch

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

building the image in docker:

docker run --privileged -it haskell:7.8 bash

in bash:

temporary add sid repository

echo "deb http://ftp.us.debian.org/debian/ sid main contrib non-free" >> /etc/apt/sources.list echo "deb-src http://ftp.us.debian.org/debian/ sid main contrib non-free" >> /etc/apt/sources.list

apt-get update apt-get install docker.io git build-essential libpq-dev libssl-dev libghc-crypto-dev ca-certificates git clone https://github.com/ababkin/haskell-scratch.git cd haskell-scratch/ /etc/init.d/docker start make

docker images

for every version tag appropriately:

docker tag image_id_hash ababkin/haskell-scratch:integer-gmp docker tag image_id_hash ababkin/haskell-scratch:integer-simple

docker push ababkin/haskell-scratch

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 99.5%
  • Haskell 0.5%