Created
June 19, 2013 15:23
-
-
Save hansent/5815177 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
root@hygge:/code/hipache# docker build . | |
Caching Context 112640/? (n/a) | |
FROM ubuntu:12.04 () | |
===> 8dbd9e392a964056420e5d58ca5cc376ef18e2de93b5cc90e868a1bbc8318c1c | |
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list (8dbd9e392a964056420e5d58ca5cc376ef18e2de93b5cc90e868a1bbc8318c1c) | |
===> 4b993f7c57b3aa051881dd0dac6de9ac88b37f39e477cc6698b8a173a8bf1fee | |
RUN apt-get -y update (4b993f7c57b3aa051881dd0dac6de9ac88b37f39e477cc6698b8a173a8bf1fee) | |
===> c38b066d6c172abb1019d778762076e67cb81ba69b6613694d916f1779034b24 | |
RUN apt-get -y install wget git redis-server supervisor (c38b066d6c172abb1019d778762076e67cb81ba69b6613694d916f1779034b24) | |
===> 1e677fa1516eeb4d0bfb890ca94f035690894462616495d4fd46850d508918c2 | |
RUN wget -O - http://nodejs.org/dist/v0.8.23/node-v0.8.23-linux-x64.tar.gz | tar -C /usr/local/ --strip-components=1 -zxv (1e677fa1516eeb4d0bfb890ca94f035690894462616495d4fd46850d508918c2) | |
===> 5dd094e3037165e37df26411c37992345df3ad338ba4a3dd877beb2715503b50 | |
RUN npm install hipache -g (5dd094e3037165e37df26411c37992345df3ad338ba4a3dd877beb2715503b50) | |
===> 1879389cb4e2c63bd8326949e6d07e3b5a99ed09af0e89242861315a7287c8cc | |
RUN mkdir -p /var/log/supervisor (1879389cb4e2c63bd8326949e6d07e3b5a99ed09af0e89242861315a7287c8cc) | |
===> bca81763b9d73f1e3b74b2362c7f64860e437739b8238b04cc1fdbc0e16949a3 | |
ADD ./supervisord.conf /etc/supervisor/conf.d/supervisord.conf (bca81763b9d73f1e3b74b2362c7f64860e437739b8238b04cc1fdbc0e16949a3) | |
Error build: exit status 1: bsdtar: could not chdir to '/var/lib/docker/containers/52d966ba48024a7f521686aa488fb04dcff0dfeb45df5ca40d1d1397a26be607/rootfs/etc/supervisor/conf.d/supervisord.conf' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment