A docker image with debian stretch and stack installed
176
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
Content type
Image
Digest
Size
169.3 MB
Last updated
over 8 years ago
docker pull trenta3/stack