This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
root
/
nicegui
mirror de
https://github.com/zauberzeug/nicegui.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
using python 3.11 as docker image
Rodja Trappe
há 2 anos atrás
pai
b10138aa96
commit
5cde19c991
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
1
development.dockerfile
+ 1
- 1
development.dockerfile
Ver Ficheiro
@@ -1,4 +1,4 @@
-FROM python:3.
7
-slim
+FROM python:3.
11
-slim
RUN apt update && apt install curl -y