Advertisement
Guest User

Dockerfile

a guest
May 11th, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. from centos:7
  2.  
  3.  
  4. run yum clean all; yum update -y
  5. run yum install -y glibc glibc-devel libgcc zlib-devel openssl-devel readline-devel sqlite-devel ncurses-devel gcc bzip2 gcc gcc libjpeg libjpeg libselinux libxml2 libxml2 libxml2 libxslt libxslt make openssl patch poppler python python readline readline wget wv which libbz2-dev bzip2-devel
  6.  
  7. run curl -OfL https://launchpad.net/plone/4.2/4.2.1/+download/Plone-4.2.1-UnifiedInstaller.tgz
  8.  
  9. run tar -zxf Plone-4.2.1-UnifiedInstaller.tgz
  10.  
  11. workdir Plone-4.2.1-UnifiedInstaller
  12. run ./install.sh --target=/opt/plone standalone
  13.  
  14. workdir /opt/plone/zinstance
  15. run cp buildout.cfg buildout.cfg.dist
  16. add buildout.cfg .
  17. run bin/buildout
  18.  
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement