Fix: python3 package name
This commit is contained in:
parent
0bf62fff58
commit
0a2446d9cc
1 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +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
|
||||||
RUN apt install -y python ; apt clean
|
RUN apt install -y python3 ; apt clean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue