mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
stackage/build image: include stack (#7636)
This commit is contained in:
parent
91c9142763
commit
46cc5e2ae1
@ -23,3 +23,7 @@ unzip -q awscliv2.zip
|
||||
./aws/install --bin-dir /usr/bin
|
||||
)
|
||||
rm -rf /tmp/awscli
|
||||
|
||||
STACK_VERSION=3.3.1
|
||||
curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > /usr/bin/stack
|
||||
chmod +x /usr/bin/stack
|
||||
|
||||
Loading…
Reference in New Issue
Block a user