A Debian 8 docker with halcyon preinstalled - Install you Haskell packages with ease
163
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"
Content type
Image
Digest
Size
156.3 MB
Last updated
over 8 years ago
docker pull trenta3/halcyon