diff --git a/Dockerfile b/Dockerfile index 2480af5..9ca14ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.10 # Install Python and pip -RUN apt-get update && apt-get install -y python3 python3-pip +RUN apt-get update && apt-get install -y python3 python3-pip && apt install nano # Set the working directory in the container WORKDIR /app