install python
This commit is contained in:
parent
35e3529525
commit
0bf62fff58
1 changed files with 1 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
RUN apt update ; apt upgrade -y ; apt dist-upgrade -y ; apt clean
|
RUN apt update ; apt upgrade -y ; apt dist-upgrade -y ; apt clean
|
||||||
|
RUN apt install -y python ; apt clean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue