Skip to content

Commit 3ff9684

Browse files
committed
Remove gcc from Dockerfile
1 parent d0e09d2 commit 3ff9684

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.12-slim
33
# Allow service to handle stops gracefully
44
STOPSIGNAL SIGQUIT
55

6-
# Install C compiler and make
7-
RUN apt-get update && \
8-
apt-get install -y gcc make && \
9-
apt-get clean && rm -rf /var/lib/apt/lists/*
10-
116
# Install dependencies
127
WORKDIR /app
138
COPY pyproject.toml poetry.lock ./

0 commit comments

Comments
 (0)