python-discord / quackstack

An on-demand procedural ducky delivery service. An infinite stack of duckies!
MIT License
7 stars 1 forks source link

Dockerfile: don't install dev dependencies #34

Closed Akarys42 closed 3 years ago

Akarys42 commented 3 years ago

Development :clap: dependencies :clap: should :clap: never :clap: be :clap: installed :clap: in :clap: a :clap: container

For real though, this takes time and build space and I doubt anyone is linting their code from within the container. Even if you do, you can run poetry install again to have development dependencies.