docker-lazylibrarian-calibre
docker-lazylibrarian-calibre copied to clipboard
Container uses python 2 instead of python 3
Hi,
I had multiple encoding issue in the container because of python2. After that I looked into the container using docker exec and have found that the container uses Python 2.7.15.
After that I looked at the base image (lsiobase/python:3.8) and found by looking at the Image Layer Details (https://hub.docker.com/layers/lsiobase/python/3.8/images/sha256-2f3064f7a6c2f430d2b0f7eada69872e5e2d5bbd6cdd755c319c35846022c6a1)
that the image still uses python2 in the last layer (install) instead of python3 could you please take a look.
Thanks.
Best regards miracle152005
The description of the base image also describes that it uses python 2: https://github.com/linuxserver/docker-baseimage-alpine-python