Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.90 KB | None | 0 0
  1. Sending build context to Docker daemon 25.17 MB
  2. Sending build context to Docker daemon
  3. Step 0 : FROM ubuntu:14.04
  4.  ---> 826544226fdc
  5. Step 1 : RUN apt-get update -y
  6.  ---> Using cache
  7.  ---> f8e387a1db6a
  8. Step 2 : RUN echo "APT::Get::Assume-Yes true;" >>/etc/apt/apt.conf
  9.  ---> Using cache
  10.  ---> 160ab2b267ef
  11. Step 3 : RUN apt-get install make python-pip && apt-get clean
  12.  ---> Using cache
  13.  ---> 3216fe5438ca
  14. Step 4 : ADD Makefile /Mailpile/Makefile
  15.  ---> Using cache
  16.  ---> 1bd6916bb970
  17. Step 5 : WORKDIR /Mailpile
  18.  ---> Using cache
  19.  ---> f92be833a667
  20. Step 6 : RUN make debian-dev && apt-get clean
  21.  ---> Using cache
  22.  ---> f39a21eb764c
  23. Step 7 : ADD . /Mailpile
  24.  ---> 295fd668d026
  25. Removing intermediate container c74ded199c68
  26. Step 8 : RUN ./mp --setup
  27.  ---> Running in a0a421fc204b
  28. Creating: /.local/share/Mailpile/default
  29. Failed to configure i18n. Using fallback.
  30. option --setup requires argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement