Skip to content

Commit b55fab2

Browse files
committed
OCI: Trim total cold run time, by also using slim-bookworm for build
1 parent 864d0e9 commit b55fab2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -----
22
# Build
33
# -----
4-
FROM python:3.13-bookworm AS build
4+
FROM python:3.13-slim-bookworm AS build
55

66
# For more verbose output, use:
77
# export BUILDKIT_PROGRESS=plain
@@ -10,6 +10,10 @@ FROM python:3.13-bookworm AS build
1010
ENV DEBIAN_FRONTEND=noninteractive
1111
ENV TERM=linux
1212

13+
# Install prerequisites
14+
RUN apt-get update
15+
RUN apt-get --yes install wget
16+
1317
# Configure build environment
1418
ENV PIP_ROOT_USER_ACTION=ignore
1519
ENV UV_COMPILE_BYTECODE=true

0 commit comments

Comments
 (0)