Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 616 Bytes

This an example project demonstrating how to dockerize a basic Python application that uses asdf and Poetry for dependency management.

Caveats

  • The generated Docker image contains a few dependencies that are not needed at application runtime. Ideally, one would use a multi-stage Docker build in order to not include those in the final Docker image and make the image smaller.
  • apt dependencies are not fully pinned. Use e.g. repro-sources-list.sh to achieve that.