Created
July 14, 2017 03:21
-
-
Save BrianHicks/93743b8ce27304c8ebf390b9c854e6d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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