This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
root
/
nicegui
espejo de
https://github.com/zauberzeug/nicegui.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
using python 3.11 as docker image
Rodja Trappe
hace 2 años
padre
b10138aa96
commit
5cde19c991
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
development.dockerfile
+ 1
- 1
development.dockerfile
Ver fichero
@@ -1,4 +1,4 @@
-FROM python:3.
7
-slim
+FROM python:3.
11
-slim
RUN apt update && apt install curl -y