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.
1 parent 322d782 commit 8c9dbf5Copy full SHA for 8c9dbf5
1 file changed
plugins/tencent/Dockerfile
@@ -3,7 +3,7 @@ FROM python:3.12-slim
3
# Pick up Debian security patches that aren't baked into the base tag yet.
4
RUN apt-get update \
5
&& apt-get upgrade -y \
6
- && rm -rf /var/lib/apt/lists/* \
+ && rm -rf /var/lib/apt/lists/*
7
8
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
9
0 commit comments