tdryer / hangups

the first third-party instant messaging client for Google Hangouts
https://hangups.readthedocs.io/
MIT License
1.71k stars 189 forks source link

Add Docker build from source command #527

Closed pataquets closed 2 years ago

pataquets commented 2 years ago

@tdryer: Just wondering... is still Dockerfile's python:3.6 base image the recommended for building?

tdryer commented 2 years ago

This shouldn't be necessary now that the build is automated again.

I also updated the Dockerfile to use the Python 3.10.

pataquets commented 2 years ago

@tdryer Strictly speaking, this would also cover the 'test latest HEAD/unreleased code' use case. Fairly enough, the automated build is an improvement, indeed. It's your choice.