Advertisement
Guest User

Untitled

a guest
May 1st, 2017
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. Sending build context to Docker daemon 109.6 kB
  2. Step 1/8 : FROM tragus/apache
  3. latest: Pulling from tragus/apache
  4. 8f229c550c2e: Pull complete
  5. 8e1fb71e8df6: Pull complete
  6. f75a34586856: Pull complete
  7. 8744e322b832: Pull complete
  8. d5165bfce78f: Pull complete
  9. 1cf3432712df: Pull complete
  10. 7f567436d7b2: Pull complete
  11. 54fc7180a90d: Pull complete
  12. 5b1156d69dce: Pull complete
  13. b93c72663001: Pull complete
  14. 9bc54d7fa457: Pull complete
  15. da09568df779: Pull complete
  16. d113f2b3f505: Pull complete
  17. 5a292177269c: Pull complete
  18. Digest: sha256:0368f0d8d221efd69394f4f67f7dac8815a332e8e4cf340d4a45741da50bb11a
  19. Status: Downloaded newer image for tragus/apache:latest
  20. ---> 2b9d8924d730
  21. Step 2/8 : MAINTAINER James Johnson
  22. ---> Running in ff1d6f849677
  23. ---> 7038cd3445da
  24. Removing intermediate container ff1d6f849677
  25. Step 3/8 : EXPOSE 80
  26. ---> Running in f0fde7a2d722
  27. ---> dc3c3513f493
  28. Removing intermediate container f0fde7a2d722
  29. Step 4/8 : ADD webmin.configure /usr/local/bin/webmin.configure
  30. ---> 07c65e4f1e60
  31. Removing intermediate container 95c14692f333
  32. Step 5/8 : RUN chmod +x /usr/local/bin/webmin.configure && /usr/local/bin/webmin.configure
  33. ---> Running in 256ceafbb08d
  34. Err http://download.webmin.com sarge InRelease
  35.  
  36. Err http://webmin.mirror.somersettechsolutions.co.uk sarge InRelease
  37.  
  38. Err http://download.webmin.com sarge Release.gpg
  39. Could not resolve 'download.webmin.com'
  40. Err http://webmin.mirror.somersettechsolutions.co.uk sarge Release.gpg
  41. Could not resolve 'webmin.mirror.somersettechsolutions.co.uk'
  42. Err http://archive.ubuntu.com trusty InRelease
  43.  
  44. Err http://archive.ubuntu.com trusty-updates InRelease
  45.  
  46. Err http://archive.ubuntu.com trusty-security InRelease
  47.  
  48. Err http://archive.ubuntu.com trusty Release.gpg
  49. Could not resolve 'archive.ubuntu.com'
  50. Err http://archive.ubuntu.com trusty-updates Release.gpg
  51. Could not resolve 'archive.ubuntu.com'
  52. Err http://archive.ubuntu.com trusty-security Release.gpg
  53. Could not resolve 'archive.ubuntu.com'
  54. Reading package lists...
  55. W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease
  56.  
  57. W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease
  58.  
  59. W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-security/InRelease
  60.  
  61. W: Failed to fetch http://download.webmin.com/download/repository/dists/sarge/InRelease
  62.  
  63. W: Failed to fetch http://webmin.mirror.somersettechsolutions.co.uk/repository/dists/sarge/InRelease
  64.  
  65. W: Failed to fetch http://download.webmin.com/download/repository/dists/sarge/Release.gpg Could not resolve 'download.webmin.com'
  66.  
  67. W: Failed to fetch http://webmin.mirror.somersettechsolutions.co.uk/repository/dists/sarge/Release.gpg Could not resolve 'webmin.mirror.somersettechsolutions.co.uk'
  68.  
  69. W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'
  70.  
  71. W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'
  72.  
  73. W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'archive.ubuntu.com'
  74.  
  75. W: Some index files failed to download. They have been ignored, or old ones used instead.
  76. Reading package lists...
  77. Building dependency tree...
  78. Reading state information...
  79. The following extra packages will be installed:
  80. ca-certificates libidn11
  81. The following NEW packages will be installed:
  82. ca-certificates libidn11 wget
  83. 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
  84. Need to get 555 kB of archives.
  85. After this operation, 1486 kB of additional disk space will be used.
  86. WARNING: The following packages cannot be authenticated!
  87. libidn11 ca-certificates wget
  88. E: There are problems and -y was used without --force-yes
  89. The command '/bin/sh -c chmod +x /usr/local/bin/webmin.configure && /usr/local/bin/webmin.configure' returned a non-zero code: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement