We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
slim-bookworm
1 parent 864d0e9 commit b55fab2Copy full SHA for b55fab2
Dockerfile
@@ -1,7 +1,7 @@
1
# -----
2
# Build
3
4
-FROM python:3.13-bookworm AS build
+FROM python:3.13-slim-bookworm AS build
5
6
# For more verbose output, use:
7
# export BUILDKIT_PROGRESS=plain
@@ -10,6 +10,10 @@ FROM python:3.13-bookworm AS build
10
ENV DEBIAN_FRONTEND=noninteractive
11
ENV TERM=linux
12
13
+# Install prerequisites
14
+RUN apt-get update
15
+RUN apt-get --yes install wget
16
+
17
# Configure build environment
18
ENV PIP_ROOT_USER_ACTION=ignore
19
ENV UV_COMPILE_BYTECODE=true
0 commit comments