From e34fcc1d76b74b38ba8e0ba7987930c04e77aeef Mon Sep 17 00:00:00 2001 From: joey0629 Date: Thu, 29 Feb 2024 20:35:57 +0800 Subject: [PATCH] docker-compose.yml update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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