This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
root
/
nicegui
mirror da
https://github.com/zauberzeug/nicegui.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
using python 3.11 as docker image
Rodja Trappe
2 anni fa
parent
b10138aa96
commit
5cde19c991
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
development.dockerfile
+ 1
- 1
development.dockerfile
Vedi File
@@ -1,4 +1,4 @@
-FROM python:3.
7
-slim
+FROM python:3.
11
-slim
RUN apt update && apt install curl -y