Sign inSign up

trenta3/stack

By trenta3

Updated over 8 years ago

A docker image with debian stretch and stack installed

Image
0

176

trenta3/stack repository overview

The Dockerfile follows

FROM debian:stretch

RUN apt-get -y update && apt-get -y upgrade
RUN apt-get -y update && apt-get -y dist-upgrade
RUN apt-get -y install curl nano bash-completion
RUN curl -sSL https://get.haskellstack.org/ | sh
RUN echo 'export PATH="/root/.local/bin:$PATH"' >> /root/.bashrc

Tag summary

Content type

Image

Digest

Size

169.3 MB

Last updated

over 8 years ago

docker pull trenta3/stack