Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrianHicks/93743b8ce27304c8ebf390b9c854e6d4 to your computer and use it in GitHub Desktop.
Save BrianHicks/93743b8ce27304c8ebf390b9c854e6d4 to your computer and use it in GitHub Desktop.
Sending build context to Docker daemon 2.048kB
Step 1/10 : FROM brianhicks/elm-base:0.18.0
---> cae30fe094f4
Step 2/10 : RUN apt-get update && apt-get install --assume-yes git
---> Using cache
---> f8691c73197e
Step 3/10 : RUN cabal update
---> Using cache
---> f466d7028ba9
Step 4/10 : RUN git clone https://github.com/elm-lang/elm-lang.org.git /src/elm-lang.org
---> Using cache
---> 84b5e57b827a
Step 5/10 : WORKDIR /src/elm-lang.org
---> Using cache
---> e7029c8464d3
Step 6/10 : RUN git checkout 0.18
---> Using cache
---> 1c5ef02b4702
Step 7/10 : RUN cabal sandbox init --sandbox ../.cabal-sandbox
---> Using cache
---> a38585f0e325
Step 8/10 : RUN cabal install --only-dependencies
---> Running in e094d08d243d
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: elm-website-1.0.0 (user goal)
trying: snap-server-1.0.2.2 (dependency of elm-website-1.0.0)
trying: vector-0.12.0.1 (dependency of snap-server-1.0.2.2)
next goal: elm-package (dependency of elm-website-1.0.0)
rejecting: elm-package-0.5, 0.4, 0.2.2, 0.2.1, 0.2 (conflict:
vector=0.12.0.1, elm-package => vector>=0.10 && <0.11)
Dependency tree exhaustively searched.
Note: when using a sandbox, all packages are required to have consistent
dependencies. Try reinstalling/unregistering the offending packages or
recreating the sandbox.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment