diff --git a/Dockerfile b/Dockerfile index f4864da..a64ea55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM ubuntu:latest -RUN apt update && pt install -y python3-pip \ No newline at end of file +RUN apt update && apt install -y python3-pip \ No newline at end of file