A raíz de esto , estoy tratando de instalarlo así (en la ventana acoplable, pero también el mismo error directamente en el host):
RUN apt-get update && \ apt-get install -y software-properties-common && \ add-apt-repository -y ppa:deadsnakes/ppa && \ apt-get update && \ apt install -y python3.7estoy obteniendo
E: Unable to locate package python3.7 E: Couldn't find any package by glob 'python3.7' E: Couldn't find any package by regex 'python3.7'Esto estaba funcionando, y un día se detuvo. No sé si hice algo, o si sucedió algo en Deadsnakes o en otro lugar.
¿Cómo obtener Python3.7 en la ventana acoplable y en el host?