Guest User

Untitled

a guest
Mar 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. ✗ docker build --tag nemo-pytest --target nemo-pytest .
  2. Sending build context to Docker daemon 49.77MB
  3. Step 1/21 : FROM perl:latest AS nemo-cpan
  4. ---> 9af9f1088155
  5. ...
  6. Step 18/21 : COPY testapi/requirements.txt testapi/requirements.txt
  7. ---> Using cache
  8. ---> e75b13cbcffa
  9. Step 19/21 : RUN pip install -r testapi/requirements.txt
  10. ---> Using cache
  11. ---> bbeb778e0498
  12. Step 20/21 : COPY . /opt/nemo-pytest
  13. ---> 074076bd3d6b
  14. ...
  15. Successfully built da6485a39d7f
  16. Successfully tagged nemo-pytest:latest
  17.  
  18.  
  19. Modified file testapi/requirements.txt
  20.  
  21.  
  22. ✗ docker build --tag nemo-pytest --target nemo-pytest .
  23. Sending build context to Docker daemon 49.78MB
  24. Step 1/21 : FROM perl:latest AS nemo-cpan
  25. ---> 9af9f1088155
  26. ...
  27. Step 18/21 : COPY testapi/requirements.txt testapi/requirements.txt
  28. ---> 788608f2236f
  29. Step 19/21 : RUN pip install -r testapi/requirements.txt
  30. ---> Running in f926b8ae9fb9
  31. Collecting flake8==9.5.4 (from -r testapi/requirements.txt (line 1))
  32. ...
Add Comment
Please, Sign In to add comment