Skip to content

Commit f1f1cd8

Browse files
committed
build: add DEBIAN_FRONTEND=noninteractive to apt-get install command.
1 parent eed6330 commit f1f1cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM public.ecr.aws/docker/library/python:3.11-slim
55
WORKDIR /app
66

77
# Install uv for faster python package installation and necessary build tools
8-
RUN apt-get update && apt-get install -y --no-install-recommends \
8+
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
99
build-essential \
1010
supervisor \
1111
cmake \

0 commit comments

Comments
 (0)