This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
root
/
nicegui
miroir de
https://github.com/zauberzeug/nicegui.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
using python 3.11 as docker image
Rodja Trappe
il y a 2 ans
Parent
b10138aa96
commit
5cde19c991
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
development.dockerfile
+ 1
- 1
development.dockerfile
Voir le fichier
@@ -1,4 +1,4 @@
-FROM python:3.
7
-slim
+FROM python:3.
11
-slim
RUN apt update && apt install curl -y