File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:20.04
1
+ # Stack is built with GHC 9.2.4. GHC 9.2.4 for Linux/AArch64 says it was made on
2
+ # a Debian 10 system and requires GMP 6.1. Debian 10 is codename 'buster' and
3
+ # includes libc6 (2.28-10+deb10u1).
4
+ FROM debian:buster
2
5
3
6
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
4
- curl build-essential curl libffi-dev libffi7 libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5 libnuma-dev xz-utils \
5
- g++ gcc libc6-dev libffi-dev libgmp-dev make zlib1g-dev git gnupg netbase
7
+ curl build-essential curl libffi-dev libffi7 libgmp-dev libgmp10 \
8
+ libncurses-dev libncurses5 libtinfo5 libnuma-dev xz-utils g++ gcc \
9
+ libc6-dev libffi-dev libgmp-dev make zlib1g-dev git gnupg netbase
6
10
7
11
RUN cd /tmp && \
8
12
curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/clang+llvm-9.0.1-aarch64-linux-gnu.tar.xz --output /tmp/llvm.tar.xz && \
You can’t perform that action at this time.
0 commit comments