Advertisement
cooperlees

Untitled

Jul 12th, 2019
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. cooper-mbp1:exabgp cooper$ docker build .
  2. Sending build context to Docker daemon 22.23MB
  3. Step 1/10 : FROM python:3
  4. ---> 34a518642c76
  5. Step 2/10 : RUN mkdir -p /src
  6. ---> Using cache
  7. ---> 93b3915dd5d8
  8. Step 3/10 : COPY setup.py /src
  9. ---> Using cache
  10. ---> 17961aa2e627
  11. Step 4/10 : COPY CHANGELOG /src
  12. ---> Using cache
  13. ---> 3faf1ea08e96
  14. Step 5/10 : COPY debian/ /src
  15. ---> Using cache
  16. ---> 30537a36d5f8
  17. Step 6/10 : COPY lib/ /src/lib/
  18. ---> Using cache
  19. ---> 2da51bb69ceb
  20. Step 7/10 : RUN pip install --upgrade pip setuptools
  21. ---> Using cache
  22. ---> 376c884d8b5e
  23. Step 8/10 : RUN cd /src && pip install .
  24. ---> Running in 9262e2c0a1da
  25. Processing /src
  26. Building wheels for collected packages: exabgp
  27. Building wheel for exabgp (setup.py): started
  28. Building wheel for exabgp (setup.py): finished with status 'done'
  29. Stored in directory: /tmp/pip-ephem-wheel-cache-sy6huf3j/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23
  30. Successfully built exabgp
  31. Installing collected packages: exabgp
  32. Successfully installed exabgp-4.1.2
  33. Removing intermediate container 9262e2c0a1da
  34. ---> 7735367d6be4
  35. Step 9/10 : RUN rm -rf /src
  36. ---> Running in c5c7bfa2c8f4
  37. Removing intermediate container c5c7bfa2c8f4
  38. ---> 7c4f4a47a0b5
  39. Step 10/10 : CMD ["exabgp", "--help"]
  40. ---> Running in eadc3fc643a4
  41. Removing intermediate container eadc3fc643a4
  42. ---> 2d2c3c98d25d
  43. Successfully built 2d2c3c98d25d
  44. cooper-mbp1:exabgp cooper$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement