This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
root
/
nicegui
kopia lustrzana
https://github.com/zauberzeug/nicegui.git
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
using python 3.11 as docker image
Rodja Trappe
2 lat temu
rodzic
b10138aa96
commit
5cde19c991
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
development.dockerfile
+ 1
- 1
development.dockerfile
Wyświetl plik
@@ -1,4 +1,4 @@
-FROM python:3.
7
-slim
+FROM python:3.
11
-slim
RUN apt update && apt install curl -y