3 lines
64 B
Docker
3 lines
64 B
Docker
FROM ubuntu:latest
|
|
|
|
RUN apt update && apt install -y python3-pip |
FROM ubuntu:latest
|
|
|
|
RUN apt update && apt install -y python3-pip |