Skip to content

Instantly share code, notes, and snippets.

@leowmjw
Last active March 16, 2016 04:10
Show Gist options
  • Save leowmjw/e573959029edc6c7e776 to your computer and use it in GitHub Desktop.
Save leowmjw/e573959029edc6c7e776 to your computer and use it in GitHub Desktop.
Docker start for OpenSpending freezes
bash-3.2$ ./docker-start-dev.sh
Starting dockerconfig_os-packager_1
Starting fakes3
Starting dockerconfig_frontend_1
Building os-viewer
Step 1 : FROM gliderlabs/alpine:3.3
---> d4ca4bcb9d96
Step 2 : RUN apk add --update python git nodejs
---> Using cache
---> 30a2063a7c1c
Step 3 : RUN apk add --update --virtual=build-dependencies ca-certificates build-base
---> Using cache
---> 5e3ca0e03056
Step 4 : RUN update-ca-certificates
---> Using cache
---> 3165f3e86995
Step 5 : RUN git clone http://github.com/openspending/os-viewer.git app
---> Using cache
---> fd1ff8a4c4c4
Step 6 : RUN npm install npm -g
---> Using cache
---> 72ddab674ead
Step 7 : RUN npm --version
---> Using cache
---> 7a5850ea8a59
Step 8 : RUN cd app && npm install
---> Running in 0646f2b68bf2
npm ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/masayuki0812/c3.git /root/.npm/_git-remotes/git-https-github-com-masayuki0812-c3-git-3f309953: Cloning into bare repository '/root/.npm/_git-remotes/git-https-github-com-masayuki0812-c3-git-3f309953'...
npm ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/masayuki0812/c3.git /root/.npm/_git-remotes/git-https-github-com-masayuki0812-c3-git-3f309953: error: RPC failed; result=18, HTTP code = 200
npm ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/masayuki0812/c3.git /root/.npm/_git-remotes/git-https-github-com-masayuki0812-c3-git-3f309953: fatal: The remote end hung up unexpectedly
npm ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/masayuki0812/c3.git /root/.npm/_git-remotes/git-https-github-com-masayuki0812-c3-git-3f309953: fatal: early EOF
npm ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/masayuki0812/c3.git /root/.npm/_git-remotes/git-https-github-com-masayuki0812-c3-git-3f309953: fatal: index-pack failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment