Skip to content

Commit

Permalink
Regenate images with new stack version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlistairB committed Apr 30, 2020
1 parent 5d770a8 commit 060292e
Show file tree
Hide file tree
Showing 128 changed files with 400 additions and 160 deletions.
5 changes: 5 additions & 0 deletions 7.10.3/bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
ghc-7.10.3-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10.3/bionic/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10.3/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
ghc-7.10.3-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10.3/buster/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10.3/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
ghc-7.10.3-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10.3/stretch/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10.3/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
ghc-7.10.3-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10.3/xenial/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10/bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
ghc-7.10.3-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10/bionic/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
ghc-7.10.3-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10/buster/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
ghc-7.10.3-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10/stretch/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
ghc-7.10.3-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.10/xenial/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.10.3 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.10.3/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.8.4/bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.8.4 cabal-install-3.2 \
ghc-7.8.4-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.8.4/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.8.4/bionic/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.8.4 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.8.4/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.8.4/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.8.4 cabal-install-3.2 \
ghc-7.8.4-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.8.4/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.8.4/buster/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.8.4 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.8.4/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.8.4/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.8.4 cabal-install-3.2 \
ghc-7.8.4-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.8.4/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.8.4/stretch/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.8.4 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.8.4/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.8.4/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.8.4 cabal-install-3.2 \
ghc-7.8.4-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.8.4/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.8.4/xenial/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.8.4 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.8.4/bin:$PATH
Expand Down
5 changes: 5 additions & 0 deletions 7.8/bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-7.8.4 cabal-install-3.2 \
ghc-7.8.4-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
rm -rf "$GNUPGHOME" /var/lib/apt/lists/* /stack.tar.gz

ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/cabal/3.2/bin:/opt/ghc/7.8.4/bin:$PATH
Expand Down
Loading

0 comments on commit 060292e

Please sign in to comment.