diff --git a/Dockerfile b/Dockerfile index 8dc287b2bf21..e85a49c649ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -210,7 +210,7 @@ RUN --mount=type=cache,id=openclaw-bookworm-apt-cache,target=/var/cache/apt,shar DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends $packages; \ fi -# Install additional Python packages needed by your skills or plugins. +# Install additional Python packages needed by your plugins or skills. # Example: docker build --build-arg OPENCLAW_IMAGE_PIP_PACKAGES="requests humanize" . ARG OPENCLAW_IMAGE_PIP_PACKAGES="" RUN --mount=type=cache,id=openclaw-bookworm-apt-cache,target=/var/cache/apt,sharing=locked \