You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project has a dockerfile but doesn't have instructions on how to build the dockerimage. Is there anything special that needs to be done before building?
I can't get it to work on mac M1 - ended up using a windows pc instead, works without issues on windows. Sadly this issue has been present for a very long time, don't know if it will ever be resolved.
I managed to pass RUN stack setup by changing FROM haskell:8-buster AS builder to FROM haskell AS builder in Dockerfile but RUN stack install still failing.
Mac M1 here.
The project has a dockerfile but doesn't have instructions on how to build the dockerimage. Is there anything special that needs to be done before building?
The text was updated successfully, but these errors were encountered: