Fix OTP SHA256 issue during OTP process. Change Dockerfile to build on official Python base image
Allowing psa-car-controller to build within a container then installed in a separate Python base image, which in turn is based on Debian. This will speed up build process.
Allow building of psa-car-controller in a container.
Fixed OTP SHA256 error during OTP process.
Thanks for your contribution.
it fix #1075 ?
Can you create a new Dockerfile like Dockerfile.dev ?
I don't want to change the cicd workflow.
@flobz by the way it fix the error in the comments of #1075 however I don't think it fixed the root cause of no data in webpage. Sometimes I got that as well and all I have to do is reload. I think it is a browser cache problem.
@flobz and yes you can rename the Dockerfile, I just thought it would be neater to allow it to be built within Docker container so that my host stay clean. And use the Python image also makes it easier as not much dependencies need to be added.