Sign inSign up

trenta3/halcyon

By trenta3

Updated over 8 years ago

A Debian 8 docker with halcyon preinstalled - Install you Haskell packages with ease

Image
0

163

trenta3/halcyon repository overview

Dockerfile from which it was generated:

FROM debian:jessie

RUN apt update -y && apt upgrade -y && apt install -y curl sudo && rm -rf /var/cache/apt
RUN bash -c "eval \"\$( curl -sL https://github.com/mietek/halcyon/raw/master/setup.sh )\"" && rm -rf /var/cache/apt
ENV PATH="/app/halcyon:$PATH"

Tag summary

Content type

Image

Digest

Size

156.3 MB

Last updated

over 8 years ago

docker pull trenta3/halcyon