deoren / docker-testing

Scratch space for my efforts to learn Docker
MIT License
0 stars 0 forks source link

Build Docker image for building PowerDNS docs #2

Open deoren opened 6 years ago

deoren commented 6 years ago

This is another set of documentation I used one-off VMs for in the past.

deoren commented 6 years ago

What I did in the past:

  1. wget https://bootstrap.pypa.io/get-pip.py
  2. python3 get-pip.py
  3. apt-get install git-core
  4. git clone https://github.com/PowerDNS/pdns
  5. pip install -r requirements.txt
  6. sphinx-build -b epub docs build

The first step could be skipped since the Ubuntu repos has a "new enough" copy of pip for use.