Guest User

Untitled

a guest
Sep 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. FROM ubuntu
  2. RUN apt-get update
  3. RUN apt-get install erlang
  4. EXPOSE 15672
  5.  
  6. Sending build context to Docker daemon 1.694GB
  7. Step 1/4 : FROM ubuntu
  8. ---> cd6d8154f1e1
  9. Step 2/4 : RUN apt-get update
  10. ---> Using cache
  11. ---> 04473efa791a
  12. Step 3/4 : RUN apt-get install erlang
  13. ---> Running in bb7a0664bb20
  14. Reading package lists...
  15. Building dependency tree...
  16. Reading state information...
  17. The following additional packages will be installed:
  18. adwaita-icon-theme at-spi2-core ca-certificates ca-certificates-java dbus
  19. dconf-gsettings-backend dconf-service default-jre-headless emacsen-common
  20. erlang-asn1 erlang-base erlang-common-test erlang-corba erlang-crypto
  21. .
  22. .
  23. .
  24. notification-daemon openjdk-11-jre-headless openssl shared-mime-info
  25. ubuntu-mono ucf x11-common xdg-user-dirs xkb-data
  26. 0 upgraded, 202 newly installed, 0 to remove and 1 not upgraded.
  27. Need to get 137 MB of archives.
  28. After this operation, 657 MB of additional disk space will be used.
  29. Do you want to continue? [Y/n] Abort.
  30. The command '/bin/sh -c apt-get install erlang' returned a non-zero code: 1
Add Comment
Please, Sign In to add comment