Skip to content
Snippets Groups Projects
Select Git revision
  • 3_duniterpy_handle_unlock_conditions
  • master default protected
  • hugo-add-cert-emission-block
  • duniter-v2s-issue-125-industrialize-releases
  • tuxmain/gdev
5 results

Dockerfile

Open merge requests 1
Loading
Blame
    • Moul's avatar
      bb5dd433
      Rework Dockerfile: Optimisations, embed sources · bb5dd433
      Moul authored
      Switch to slim Python image
      to reduce the image size, and get latest OS and Python version
      Install g++ not available on the slim image, required by plyvel
      
      Clean APT cache to reduce image size
      use `apt`, remove unnecessary noninteractive
      
      Copy py-g1-migrator sources inside the image
      Create empty input and output directories,
      in order not copy huge data which could exist
      in local development
      bb5dd433
      History
      Rework Dockerfile: Optimisations, embed sources
      Moul authored
      Switch to slim Python image
      to reduce the image size, and get latest OS and Python version
      Install g++ not available on the slim image, required by plyvel
      
      Clean APT cache to reduce image size
      use `apt`, remove unnecessary noninteractive
      
      Copy py-g1-migrator sources inside the image
      Create empty input and output directories,
      in order not copy huge data which could exist
      in local development
    Dockerfile 411 B