Skip to content

Commit

Permalink
Revert to Stack's Stack 2.9.3 in arm64.Dockerfile
Browse files Browse the repository at this point in the history
Stack had used GHCup's Stack 2.9.1 because of problems with Stack's Stack 2.9.1.
  • Loading branch information
mpilgrem committed Dec 18, 2022
1 parent 823087f commit a72efc0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions etc/dockerfiles/arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ RUN cd /tmp && \
tar xfv /tmp/llvm.tar --strip-components 1 -C /usr && \
rm /tmp/llvm.tar

RUN curl -L https://downloads.haskell.org/ghcup/unofficial-bindists/stack/2.9.1/stack-2.9.1-linux-aarch64.tar.gz --output /tmp/stack.tar.gz && \
tar xfv /tmp/stack.tar.gz -C /usr/local/bin && \
rm /tmp/stack.tar.gz
# RUN curl -L https://github.com/commercialhaskell/stack/releases/download/v2.9.3/stack-2.9.3-linux-aarch64.tar.gz --output /tmp/stack.tar.gz
# RUN tar xfv /tmp/stack.tar.gz -C /usr/local/bin
# RUN rm /tmp/stack.tar.gz

# RUN curl -sSL https://github.com/commercialhaskell/stack/releases/download/v2.7.1/stack-2.7.1-linux-aarch64.bin > /usr/local/bin/stack && \
RUN chmod +x /usr/local/bin/stack
RUN mkdir -p /usr/local/bin

RUN curl -sSL https://github.com/commercialhaskell/stack/releases/download/v2.9.3/stack-2.9.3-linux-aarch64.bin > /usr/local/bin/stack && \
chmod +x /usr/local/bin/stack

ARG USERID
ARG GROUPID
Expand Down

0 comments on commit a72efc0

Please sign in to comment.