We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e09d2 commit 3ff9684Copy full SHA for 3ff9684
Dockerfile
@@ -3,11 +3,6 @@ FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.12-slim
3
# Allow service to handle stops gracefully
4
STOPSIGNAL SIGQUIT
5
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
-
11
# Install dependencies
12
WORKDIR /app
13
COPY pyproject.toml poetry.lock ./
0 commit comments