ekohlwey opened a new issue #6353: Unable to build docker with debian stretch URL: https://github.com/apache/incubator-superset/issues/6353 Make sure these boxes are checked before submitting your issue - thank you! - [x ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x ] I have reproduced the issue with at least the latest released version of superset. - [x ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Superset version master ### Expected results Running the docker build should result in a docker container ### Actual results The build crashes with the error: ``` E: Unable to locate package apt-transport-https E: Package 'apt-utils' has no installation candidate ``` ### Steps to reproduce Run the docker build sequence listed in the installation of the wiki. # Root cause/Suggested fix It seems that the Docker library's python container recently switched to Debian Stretch for the 3.6 tag. You can get the build to work just fine by changing the `FROM` line of the `Dockerfile` to use the `3.6-jessie` tag. Another, possibly more desirable alternative, would be to fix the Dockerfile, however I am not aware of an installation procedure for Stretch and can't research one at the moment.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
