From 3ff96840b80f397f34cff91ee4657f70fd089c10 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 7 Jul 2024 03:07:28 +0100 Subject: Remove gcc from Dockerfile --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index e1cb1c2..6606302 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,11 +3,6 @@ FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.12-slim # Allow service to handle stops gracefully STOPSIGNAL SIGQUIT -# Install C compiler and make -RUN apt-get update && \ - apt-get install -y gcc make && \ - apt-get clean && rm -rf /var/lib/apt/lists/* - # Install dependencies WORKDIR /app COPY pyproject.toml poetry.lock ./ -- cgit v1.2.3