Guest User

Untitled

a guest
Dec 19th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. openldap-2.4.44-5.el7.i686
  2. openldap-2.4.44-5.el7.x86_64
  3. openldap-clients-2.4.44-5.el7.x86_64
  4.  
  5. FROM centos:7.4.1708
  6. #7.4.1708 installs openldap-2.4.44-5.el7
  7. ENV container docker
  8. MAINTAINER The CentOS Project <cloud-ops@centos.org>
  9. RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == systemd-tmpfiles-setup.service ] || rm -f $i; done);
  10. rm -f /lib/systemd/system/multi-user.target.wants/*;
  11. rm -f /etc/systemd/system/*.wants/*;
  12. rm -f /lib/systemd/system/local-fs.target.wants/*;
  13. rm -f /lib/systemd/system/sockets.target.wants/*udev*;
  14. rm -f /lib/systemd/system/sockets.target.wants/*initctl*;
  15. rm -f /lib/systemd/system/basic.target.wants/*;
  16. rm -f /lib/systemd/system/anaconda.target.wants/*;
  17. ENV container docker
  18. RUN yum -y install openldap openldap-clients
  19. CMD ["/usr/sbin/init"]
  20.  
  21. Step 6/7 : RUN yum -y install openldap openldap-clients
  22. ---> Running in 4cccfbad0fb9
  23.  
  24. Loaded plugins: fastestmirror, ovl
  25. Determining fastest mirrors
  26. * base: repos-tx.psychz.net
  27. * extras: mirrors.oit.uci.edu
  28. * updates: linux.mirrors.es.net
  29. Resolving Dependencies
  30. --> Running transaction check
  31. ---> Package openldap.x86_64 0:2.4.44-5.el7 will be updated
  32. ---> Package openldap.x86_64 0:2.4.44-20.el7 will be an update
  33. ---> Package openldap-clients.x86_64 0:2.4.44-20.el7 will be installed
  34. --> Finished Dependency Resolution
Add Comment
Please, Sign In to add comment