From 83ebb06508146176e6702eab6748b1d13d3b41b7 Mon Sep 17 00:00:00 2001 From: sheepgreen <58287293+slippersheepig@users.noreply.github.com> Date: Fri, 22 Dec 2023 23:27:12 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1473de3..23fc303 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine AS builder RUN apk add --no-cache git RUN git clone https://github.com/rabilrbl/gemini-pro-bot.git /gemini -FROM python:alpine +FROM python:slim WORKDIR /gemini COPY --from=builder /gemini . RUN pip install --no-cache-dir -r requirements.txt