Guest User

Untitled

a guest
Jan 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. FROM ubuntu:16.04
  2. RUN apt update && apt-get -y install gconf-service
  3.  
  4. docker build -t foo .
  5. docker run -it foo bash
  6.  
  7. root@c5cc80362316:/# gconf-service
  8. bash: gconf-service: command not found
  9. root@c5cc80362316:/# which gconf-service
  10. root@c5cc80362316:/# echo $?
  11. 1
  12. root@c5cc80362316:/# apt list --installed | grep gconf-service
  13.  
  14. WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
  15.  
  16. gconf-service/xenial,now 3.2.6-3ubuntu6 amd64 [installed]
  17. gconf-service-backend/xenial,now 3.2.6-3ubuntu6 amd64 [installed,automatic]
Add Comment
Please, Sign In to add comment