Guest User

Untitled

a guest
Jun 24th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. Step 4/10 : RUN add-apt-repository -y ppa:ondrej/php
  2. ---> Running in 3ba19cd44fe8
  3. Exception in thread Thread-1:
  4. Traceback (most recent call last):
  5. File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
  6. self.run()
  7. File "/usr/lib/python3.5/threading.py", line 862, in run
  8. self._target(*self._args, **self._kwargs)
  9. File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 688, in addkey_func
  10. func(**kwargs)
  11. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 386, in add_key
  12. return apsk.add_ppa_signing_key()
  13. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 252, in add_ppa_signing_key
  14. tmp_keyring, tmp_secret_keyring, signing_key_fingerprint, tmp_keyring_dir):
  15. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 181, in _recv_key
  16. "--recv", signing_key_fingerprint,
  17. File "/usr/lib/python3.5/subprocess.py", line 247, in call
  18. with Popen(*popenargs, **kwargs) as p:
  19. File "/usr/lib/python3.5/subprocess.py", line 676, in __init__
  20. restore_signals, start_new_session)
  21. File "/usr/lib/python3.5/subprocess.py", line 1282, in _execute_child
  22. raise child_exception_type(errno_num, err_msg)
  23. FileNotFoundError: [Errno 2] No such file or directory: 'gpg'
Add Comment
Please, Sign In to add comment