Skip to content

Commit 8c9dbf5

Browse files
committed
tencent: revert Dockerfile changes
1 parent 322d782 commit 8c9dbf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/tencent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.12-slim
33
# Pick up Debian security patches that aren't baked into the base tag yet.
44
RUN apt-get update \
55
&& apt-get upgrade -y \
6-
&& rm -rf /var/lib/apt/lists/* \
6+
&& rm -rf /var/lib/apt/lists/*
77

88
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
99

0 commit comments

Comments
 (0)