Closed c-mart closed 1 year ago
I believe #110 broke the Docker container, which is still based on python:2.7-alpine.
python:2.7-alpine
Minimal fix might be:
Dockerfile
FROM python:3-alpine
python3-dev
python2-dev
I believe #110 broke the Docker container, which is still based on
python:2.7-alpine
.Minimal fix might be:
Dockerfile
should haveFROM python:3-alpine
Dockerfile
should install packagepython3-dev
instead ofpython2-dev