This website requires JavaScript.
Explore
Help
Sign In
cadey
/
dockerfiles
Watch
1
Star
0
Fork
You've already forked dockerfiles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
dockerfiles
/
lang
/
haskell
/
stack
/
Dockerfile
4 lines
86 B
Docker
Raw
Permalink
Blame
History
FROM
xena/alpine
RUN
apk add -U curl
&&
curl -sSL https://get.haskellstack.org/
|
sh
Reference in New Issue
View Git Blame
Copy Permalink