From ef8618e0b7bbafccee4afde1cfe851ac7e8e506c Mon Sep 17 00:00:00 2001 From: guangzhengli Date: Mon, 17 Apr 2023 22:47:12 +0800 Subject: [PATCH] chore: fix chatfiles image --- chatfiles/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/chatfiles/Dockerfile b/chatfiles/Dockerfile index c610693..ed00e18 100644 --- a/chatfiles/Dockerfile +++ b/chatfiles/Dockerfile @@ -1,12 +1,9 @@ -FROM python:3.8-slim-buster - -RUN apt-get install gcc +FROM python:3.8 WORKDIR /app COPY requirements.txt ./ - RUN pip install -r requirements.txt COPY . .