Advertisement
Vladimir3261

Untitled

Nov 6th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.10 KB | None | 0 0
  1. Removing intermediate container 3640fb773aa4
  2.  ---> 5eba0ab95fc2
  3. Step 5/7 : RUN ls -la /root/.ssh
  4.  ---> Running in aca07ded0a4a
  5. total 16
  6. drwxr-xr-x    3 root     root          4096 Nov  6 21:25 .
  7. drwx------    1 root     root          4096 Nov  6 21:25 ..
  8. -rw-rw-r--    1 root     root            88 Sep 11 21:37 config
  9. drwxrwxr-x    2 root     root          4096 Nov  6 21:13 git
  10. Removing intermediate container aca07ded0a4a
  11.  ---> 7328addd6213
  12. Step 6/7 : RUN npm i
  13.  ---> Running in 74f8c0159494
  14. npm ERR! Error while executing:
  15. npm ERR! /usr/bin/git ls-remote -h -t git@git.apianon.ru:anon/anon-services-npm.git
  16. npm ERR!
  17. npm ERR! Bad owner or permissions on /root/.ssh/config
  18. npm ERR! fatal: Could not read from remote repository.
  19. npm ERR!
  20. npm ERR! Please make sure you have the correct access rights
  21. npm ERR! and the repository exists.
  22. npm ERR!
  23. npm ERR! exited with error code: 128
  24.  
  25. npm ERR! A complete log of this run can be found in:
  26. npm ERR!     /root/.npm/_logs/2018-11-06T21_25_19_944Z-debug.log
  27. The command '/bin/sh -c npm i' returned a non-zero code: 1
  28. vladimir@home:~/PhpstormProjects/api$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement