We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed6330 commit f1f1cd8Copy full SHA for f1f1cd8
Dockerfile
@@ -5,7 +5,7 @@ FROM public.ecr.aws/docker/library/python:3.11-slim
5
WORKDIR /app
6
7
# Install uv for faster python package installation and necessary build tools
8
-RUN apt-get update && apt-get install -y --no-install-recommends \
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
9
build-essential \
10
supervisor \
11
cmake \
0 commit comments