@ -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