Please set a tag version at the base image in Dockerfile #43
Labels
priority: low
low priority issue or feature
solved
bugs that have been solved
status: in progress
the solution is in progress
type: enhancement
New feature or request
Docker setup failed due to the new ubuntu 20.04 image
There is a new ubuntu LTS version (20.04), which is going to be downloaded by default in the Dockerfile instead of the 18.04 version. This causes that some packages won't be found and the docker container set up will fail.
To avoid this issue please set a tag version in the Dockerfile
FROM ubuntu:18.04
Reproduce the issue
Steps to reproduce the behavior:
E: Unable to locate package python3.7-dev
E: Couldn't find any package by glob 'python3.7-dev'
E: Couldn't find any package by regex 'python3.7-dev'
Expected behavior
Install correctly the packages included in the Dockerfile
The text was updated successfully, but these errors were encountered: